Lines Matching refs:uLong

88     uLong    total_in;  /* total number of input bytes read so far */
92 uLong total_out; /* total number of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
114 uLong time; /* modification time */
698 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
699 uLong sourceLen));
1107 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1112 3.2: size of uLong
1161 const Bytef *source, uLong sourceLen));
1175 const Bytef *source, uLong sourceLen,
1190 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1198 const Bytef *source, uLong sourceLen));
1569 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1580 uLong adler = adler32(0L, Z_NULL, 0);
1589 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
1600 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1609 uLong crc = crc32(0L, Z_NULL, 0);
1618 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));
1696 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1697 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1721 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
1722 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
1729 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1730 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1735 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1736 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));