Searched defs:uInt (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h114 typedef unsigned int uInt; /* 16 bits or more */ typedef
120 typedef uInt FAR uIntf;
154 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
155 typedef void (*free_func) OF((voidpf opaque, voidpf address, uInt nbytes));
161 uInt avail_in; /* number of bytes available at next_in */
165 uInt avail_out; /* remaining free space at next_out */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h102 typedef unsigned int uInt; typedef
107 typedef uInt uIntf;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h124 #define uInt z_uInt macro
307 typedef unsigned int uInt; /* 16 bits or more */ typedef
318 typedef uInt FAR uIntf;
399 typedef voidpf (*alloc_func) OF((voidpf opaque, uInt items, uInt size));
406 uInt avail_in; /* number of bytes available at next_in */
410 uInt avail_out; /* remaining free space at next_out */
802 const Bytef *dictionary, uInt dictLength));
935 const Bytef *dictionary, uInt dictLength));
1133 ZEXTERN uLong ZEXPORT adler32 OF((uLong adler, const Bytef *buf, uInt le
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h141 # define uInt z_uInt macro
370 typedef unsigned int uInt; /* 16 bits or more */ typedef
381 typedef uInt FAR uIntf;

Completed in 87 milliseconds