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));
1175 ZEXTERN uLong ZEXPORT zlibCompileFlags OF((void));
1229 const Bytef *source, uLong sourceLen));
1244 const Bytef *source, uLong sourceLen,
1259 ZEXTERN uLong ZEXPORT compressBound OF((uLong sourceLen));
1267 const Bytef *source, uLong sourceLen));
1285 const Bytef *source, uLong *sourceLen));
1689 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1708 ZEXTERN uLong ZEXPORT adler32_z OF((uLong adler, const Bytef *buf,
1726 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1743 ZEXTERN uLong ZEXPORT crc32_z OF((uLong adler, const Bytef *buf,
1844 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off64_t));
1845 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off64_t));
1869 ZEXTERN uLong ZEXPORT adler32_combine64 OF((uLong, uLong, z_off_t));
1870 ZEXTERN uLong ZEXPORT crc32_combine64 OF((uLong, uLong, z_off_t));
1877 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1878 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));
1883 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong, uLong, z_off_t));
1884 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong, uLong, z_off_t));