Home
last modified time | relevance | path

Searched refs:crc32_z (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map93 crc32_z;
H A Dcrc32.c202 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function
242 return crc32_z(crc, buf, len);
H A Dzconf.h47 # define crc32_z z_crc32_z macro
H A Dzlib.h1746 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,
H A Dzconf.h.in41 # define crc32_z z_crc32_z macro
H A DChangeLog44 - Add crc32_z() and adler32_z() functions with size_t lengths
/f-stack/freebsd/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c1166 return crc32_z(crc, buf, len); in z_crc32_z()