HomeSort by: relevance | last modified time | path
    Searched defs:uInt (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/net/
zlib.h 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);
    [all...]
  /src/common/dist/zlib/
zconf.h 161 # define uInt z_uInt
403 typedef unsigned int uInt; /* 16 bits or more */
414 typedef uInt FAR uIntf;
zconf.h.in 157 # define uInt z_uInt
395 typedef unsigned int uInt; /* 16 bits or more */
406 typedef uInt FAR uIntf;

Completed in 13 milliseconds