liberasurecode
1.6.2
Erasure Code API library
|
#include <sys/param.h>
Go to the source code of this file.
Functions | |
int | liberasurecode_crc32_alt (int crc, const void *buf, size_t size) |
Variables | |
static int | crc32_tab [] |
int liberasurecode_crc32_alt | ( | int | crc, |
const void * | buf, | ||
size_t | size | ||
) |
Definition at line 92 of file crc32.c.
References crc32_tab.
Referenced by add_fragment_metadata(), is_invalid_fragment_header(), liberasurecode_get_fragment_metadata(), and set_checksum().
|
static |
Definition at line 45 of file crc32.c.
Referenced by liberasurecode_crc32_alt().