Lines Matching refs:uLong
90 uLong total_in; /* total number of input bytes read so far */
94 uLong total_out; /* total number of bytes output so far */
105 uLong adler; /* Adler-32 or CRC-32 value of the uncompressed data */
106 uLong reserved; /* reserved for future use */
117 uLong time; /* modification time */
761 ZEXTERN uLong ZEXPORT deflateBound OF((z_streamp strm,
762 uLong sourceLen));
1177 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1231 const Bytef *source, uLong sourceLen));
1246 const Bytef *source, uLong sourceLen,
1261 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1269 const Bytef *source, uLong sourceLen));
1287 const Bytef *source, uLong *sourceLen));
1690 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1710 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1728 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1746 ZEXTERN uLong ZEXPORT crc32_z OF((uLong crc, const Bytef *buf,
1769 ZEXTERN uLong ZEXPORT crc32_combine_op OF((uLong crc1, uLong crc2, uLong op));
1861 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1862 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1863 ZEXTERN uLong ZEXPORT crc32_combine_gen64 OF((z_off64_t));
1889 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
1890 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
1891 ZEXTERN uLong ZEXPORT crc32_combine_gen64 OF((z_off_t));
1898 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1899 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1900 ZEXTERN uLong ZEXPORT crc32_combine_gen OF((z_off_t));
1905 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1906 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1907 ZEXTERN uLong ZEXPORT crc32_combine_gen OF((z_off_t));