Lines Matching refs:uInt
102 # define uInt z_uInt macro
314 typedef unsigned int uInt; /* 16 bits or more */ typedef
325 typedef uInt FAR uIntf;
414 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
415 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt size));
416 typedef void (*cb_func) OF((Bytef *buf, uInt len));
422 uInt avail_in; /* number of bytes available at next_in */
425 uInt avail_out; /* remaining free space at next_out */
451 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
452 uInt extra_max; /* space at extra (only when reading header) */
454 uInt name_max; /* space at name (only when reading header) */
456 uInt comm_max; /* space at comment (only when reading header) */
529 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));