liberasurecode 1.6.3
Erasure Code API library
|
Data Fields | |
xor_code_t * | xor_desc |
init_xor_hd_code_func | init_xor_hd_code |
xor_code_encode_func | xor_code_encode |
xor_code_decode_func | xor_code_decode |
xor_hd_fragments_needed_func | xor_hd_fragments_needed |
Definition at line 58 of file flat_xor_hd.c.
init_xor_hd_code_func flat_xor_hd_descriptor::init_xor_hd_code |
Definition at line 60 of file flat_xor_hd.c.
xor_code_decode_func flat_xor_hd_descriptor::xor_code_decode |
Definition at line 62 of file flat_xor_hd.c.
xor_code_encode_func flat_xor_hd_descriptor::xor_code_encode |
Definition at line 61 of file flat_xor_hd.c.
xor_code_t* flat_xor_hd_descriptor::xor_desc |
Definition at line 59 of file flat_xor_hd.c.
Referenced by flat_xor_hd_decode(), flat_xor_hd_encode(), flat_xor_hd_exit(), flat_xor_hd_init(), flat_xor_hd_min_fragments(), and flat_xor_hd_reconstruct().
xor_hd_fragments_needed_func flat_xor_hd_descriptor::xor_hd_fragments_needed |
Definition at line 63 of file flat_xor_hd.c.