Searched refs:crc32_z (Results 1 – 7 of 7) sorted by relevance
93 crc32_z;
202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function242 return crc32_z(crc, buf, len);
47 # define crc32_z z_crc32_z macro
1746 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,
41 # define crc32_z z_crc32_z macro
44 - Add crc32_z() and adler32_z() functions with size_t lengths
1166 return crc32_z(crc, buf, len); in z_crc32_z()