Lines Matching refs:uLong
88 uLong total_in; /* total nb of input bytes read so far */
92 uLong total_out; /* total nb of bytes output so far */
102 uLong adler; /* adler32 value of the uncompressed data */
103 uLong reserved; /* reserved for future use */
115 uLong time; /* modification time */
689 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
690 uLong sourceLen));
1055 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1108 const Bytef *source, uLong sourceLen));
1122 const Bytef *source, uLong sourceLen,
1137 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1145 const Bytef *source, uLong sourceLen));
1474 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1503 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1575 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1576 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1609 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
1610 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
1616 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1617 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1624 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1625 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));