Home
last modified time | relevance | path

Searched refs:crc32_combine (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dzlib.map34 crc32_combine;
H A Dzlib.h1865 # define crc32_combine crc32_combine64 macro
1881 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1887 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
H A Dcrc32.c428 uLong ZEXPORT crc32_combine(crc1, crc2, len2) in crc32_combine() function
H A Dzconf.h45 # define crc32_combine z_crc32_combine macro
H A Dzconf.h.in39 # define crc32_combine z_crc32_combine macro
H A DChangeLog546 - Reject negative lengths in crc32_combine()
730 - Use z_off_t for adler32_combine() and crc32_combine() lengths
739 - Add crc32_combine() and adler32_combine() functions