Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Dcrc32.c606 unsigned long ZEXPORT crc32_z(crc, buf, len) in crc32_z() function
730 unsigned long ZEXPORT crc32_z(unsigned long crc, const unsigned char FAR *buf, in crc32_z() function
1055 return crc32_z(crc, buf, len); in crc32()
H A Dzconf.h64 # define crc32_z z_crc32_z macro
H A Dzlib.h1745 ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf,
H A DChangeLog107 - Add crc32_z() and adler32_z() functions with size_t lengths