Home | History | Annotate | Download | only in zlib

Lines Matching refs:uInt

83 typedef voidpf (*alloc_func)(voidpf opaque, uInt items, uInt size);
90 uInt avail_in; /* number of bytes available at next_in */
94 uInt avail_out; /* remaining free space at next_out */
122 uInt extra_len; /* extra field length (valid if extra != Z_NULL) */
123 uInt extra_max; /* space at extra (only when reading header) */
125 uInt name_max; /* space at name (only when reading header) */
127 uInt comm_max; /* space at comment (only when reading header) */
615 uInt dictLength);
659 uInt *dictLength);
892 uInt dictLength);
915 uInt *dictLength);
1185 1.0: size of uInt
1694 ZEXTERN uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len);
1733 ZEXTERN uLong ZEXPORT crc32(uLong crc, const Bytef *buf, uInt len);