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));
1090 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1144 const Bytef *source, uLong sourceLen));
1158 const Bytef *source, uLong sourceLen,
1173 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1181 const Bytef *source, uLong sourceLen));
1552 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1583 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1679 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1680 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1704 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
1705 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
1712 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1713 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1718 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1719 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));