Home | History | Annotate | Download | only in include

Lines Matching full: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));
962 3.2: size of uLong
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));
1260 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1268 uLong adler = adler32(0L, Z_NULL, 0);
1276 ZEXTERN uLong ZEXPORT adler32_combine OF((uLong adler1, uLong adler2,
1285 ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len));
1293 uLong crc = crc32(0L, Z_NULL, 0);
1301 ZEXTERN uLong ZEXPORT crc32_combine OF((uLong crc1, uLong crc2, z_off_t len2));