Lines Matching refs:uLong
85 uLong total_in; /* total nb of input bytes read so far */
89 uLong total_out; /* total nb of bytes output so far */
99 uLong adler; /* adler32 value of the uncompressed data */
100 uLong reserved; /* reserved for future use */
111 uLong time; /* modification time */
644 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
645 uLong sourceLen));
957 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1010 const Bytef *source, uLong sourceLen));
1025 const Bytef *source, uLong sourceLen,
1040 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1048 const Bytef *source, uLong sourceLen));
1263 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1279 ZEXTERN void ZEXPORT adler32_range OF((uLong* min, uLong* max));
1292 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
1301 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1317 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));