|
liberasurecode 1.8.0
Erasure Code API library
|
#include "erasurecode_backend.h"#include "erasurecode_helpers.h"#include "erasurecode_helpers_ext.h"#include "erasurecode_log.h"#include "erasurecode_preprocessing.h"#include "erasurecode_stdinc.h"Go to the source code of this file.
Functions | |
| __attribute__ ((visibility("internal"))) | |
| int | get_fragment_partition (int k, int m, char **fragments, int num_fragments, char **data, char **parity, int *missing) |
| __attribute__ | ( | (visibility("internal")) | ) |
Definition at line 36 of file erasurecode_preprocessing.c.
References get_data_ptr_from_fragment().
| int get_fragment_partition | ( | int | k, |
| int | m, | ||
| char ** | fragments, | ||
| int | num_fragments, | ||
| char ** | data, | ||
| char ** | parity, | ||
| int * | missing | ||
| ) |
Definition at line 228 of file erasurecode_preprocessing.c.
Referenced by liberasurecode_decode(), and liberasurecode_reconstruct_fragment().