Home | History | Annotate | Download | only in net

Lines Matching defs:uInt

54  *  charf intf uInt uIntf uLong uLonf
89 # define uInt z_uInt
262 typedef unsigned int uInt; /* 16 bits or more */
273 typedef uInt FAR uIntf;
357 typedef voidpf (*alloc_func)(voidpf, uInt, uInt);
364 uInt avail_in; /* number of bytes available at next_in */
368 uInt avail_out; /* remaining free space at next_out */
744 ZEXTERN int ZEXPORT deflateSetDictionary(z_streamp, const Bytef *, uInt);
863 ZEXTERN int ZEXPORT inflateSetDictionary(z_streamp, const Bytef *, uInt);
1134 ZEXTERN uLong ZEXPORT adler32(uLong, const Bytef *, uInt);
1152 ZEXTERN uLong ZEXPORT crc32(uLong, const Bytef *, uInt);