Lines Matching defs:uLong
125 #define uLong z_uLong
308 typedef unsigned long uLong; /* 32 bits or more */
319 typedef uLong FAR uLongf;
407 uLong total_in; /* total nb of input bytes read so far */
411 uLong total_out; /* total nb of bytes output so far */
423 uLong adler; /* adler32 value of the uncompressed data */
424 uLong reserved; /* reserved for future use */
1004 * const Bytef *source, uLong sourceLen));
1024 * const Bytef *source, uLong sourceLen));
1133 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
1142 * uLong adler = adler32(0L, Z_NULL, 0);
1150 /* ZEXTERN uLong ZEXPORT crc32 OF((uLong crc, const Bytef *buf, uInt len)); */
1158 * uLong crc = crc32(0L, Z_NULL, 0);