Lines Matching refs:uInt
98 # define uInt z_uInt macro
316 typedef unsigned int uInt; /* 16 bits or more */ typedef
327 typedef uInt FAR uIntf;
416 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
417 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt size));
418 typedef void (*cb_func) OF((Bytef *buf, uInt len));
424 uInt avail_in; /* number of bytes available at next_in */
427 uInt avail_out; /* remaining free space at next_out */
453 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
454 uInt extra_max; /* space at extra (only when reading header) */
456 uInt name_max; /* space at name (only when reading header) */
458 uInt comm_max; /* space at comment (only when reading header) */
530 uInt dictLength));
674 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt len));
697 ZEXTERN uInt ZEXPORT crc32 OF((uInt crc, const Bytef *buf, uInt len));