Lines Matching refs:uLong
93 uLong total_in; /* total number of input bytes read so far */
97 uLong total_out; /* total number of bytes output so far */
108 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
109 uLong reserved; /* reserved for future use */
120 uLong time; /* modification time */
768 ZEXTERN uLong ZEXPORT deflateBound(z_streamp strm,
769 uLong sourceLen);
1198 ZEXTERN uLong ZEXPORT zlibCompileFlags(void);
1252 const Bytef *source, uLong sourceLen);
1267 const Bytef *source, uLong sourceLen,
1282 ZEXTERN uLong ZEXPORT compressBound(uLong sourceLen);
1290 const Bytef *source, uLong sourceLen);
1308 const Bytef *source, uLong *sourceLen);
1711 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
1731 ZEXTERN uLong ZEXPORT adler32_z(uLong adler, const Bytef *buf,
1749 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);
1767 ZEXTERN uLong ZEXPORT crc32_z(uLong crc, const Bytef *buf,
1790 ZEXTERN uLong ZEXPORT crc32_combine_op(uLong crc1, uLong crc2, uLong op);
1882 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
1883 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
1884 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
1910 ZEXTERN uLong ZEXPORT adler32_combine64(uLong, uLong, z_off64_t);
1911 ZEXTERN uLong ZEXPORT crc32_combine64(uLong, uLong, z_off64_t);
1912 ZEXTERN uLong ZEXPORT crc32_combine_gen64(z_off64_t);
1919 ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
1920 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
1921 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);
1926 ZEXTERN uLong ZEXPORT adler32_combine(uLong, uLong, z_off_t);
1927 ZEXTERN uLong ZEXPORT crc32_combine(uLong, uLong, z_off_t);
1928 ZEXTERN uLong ZEXPORT crc32_combine_gen(z_off_t);