crc32
uLong ZEXPORT crc32(uLong crc, const unsigned char FAR *buf, uInt len) {
# define crc32 z_crc32
crc32(const void *buf, size_t size)
crc32(const void *buf, size_t size)
crc32(u_char *p, int l)
uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len)
uint32_t crc32(uint32_t crc, const uint8_t *buf, size_t len)
crc32(uint32_t crc, const uint8_t *const buf, size_t len)
# define crc32 z_crc32
crc32(const void *buf, size_t size)