Lines Matching defs:uLong
54 * charf intf uInt uIntf uLong uLonf
90 # define uLong z_uLong
263 typedef unsigned long uLong; /* 32 bits or more */
274 typedef uLong FAR uLongf;
365 uLong total_in; /* total nb of input bytes read so far */
369 uLong total_out; /* total nb of bytes output so far */
379 uLong adler; /* adler32 value of the uncompressed data */
380 uLong reserved; /* reserved for future use */
916 ZEXTERN int ZEXPORT compress(Bytef *, uLongf *, const Bytef *, uLong);
931 uLong, int);
944 ZEXTERN int ZEXPORT uncompress(Bytef *, uLongf *, const Bytef *, uLong);
1134 ZEXTERN uLong ZEXPORT adler32(uLong, const Bytef *, uInt);
1143 uLong adler = adler32(0L, Z_NULL, 0);
1152 ZEXTERN uLong ZEXPORT crc32(uLong, const Bytef *, uInt);
1161 uLong crc = crc32(0L, Z_NULL, 0);