/src/common/dist/zlib/ |
zlib.h | 1759 ZEXTERN uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2); 1763 calculated for each, crc1 and crc2. crc32_combine() returns the CRC-32 1777 Give the same result as crc32_combine(), using op in place of len2. op is 1779 crc32_combine() if the generated op is used more than once. 1887 # define crc32_combine crc32_combine64 macro 1905 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t); 1912 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
|
zconf.h | 43 # define crc32_combine z_crc32_combine macro
|
crc32.c | 1031 uLong ZEXPORT crc32_combine(uLong crc1, uLong crc2, z_off_t len2) { function in typeref:typename:uLong ZEXPORT
|
zconf.h.in | 39 # define crc32_combine z_crc32_combine macro
|
zconf.h.cmakein | 41 # define crc32_combine z_crc32_combine
|
/src/common/dist/zlib/examples/ |
gznorm.c | 20 // z_stream, z_off_t, crc32_combine, Z_NULL, Z_BLOCK, 395 crc = crc ? crc32_combine(crc, part, len2) : part;
|
gzjoin.c | 52 inflate() and the crc32_combine() function. gzjoin will not compile with 61 /* crc32(), crc32_combine(), inflateInit2(), inflate(), inflateEnd() */ 411 *crc = crc32_combine(*crc, bget4(in), len);
|
/src/common/dist/zlib/contrib/pascal/ |
zlibpas.pas | 157 function crc32_combine(crc1, crc2, len2: LongInt): LongInt; function 194 function crc32_combine; external; function
|
/src/common/dist/zlib/os400/ |
zlib.inc | 490 D crc32_combine... 491 PR 10U 0 extproc('crc32_combine') New checksum
|