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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h115 typedef unsigned long uLong; /* 32 bits or more */ typedef
121 typedef uLong FAR uLongf;
162 uLong total_in; /* total nb of input bytes read so far */
166 uLong total_out; /* total nb of bytes output so far */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
619 uLong adler = adler32(0L, Z_NULL, 0);
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h103 typedef unsigned long uLong; typedef
108 typedef uLong uLongf;
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h125 #define uLong z_uLong macro
308 typedef unsigned long uLong; /* 32 bits or more */ typedef
319 typedef uLong FAR uLongf;
407 uLong total_in; /* total nb of input bytes read so far */
411 uLong total_out; /* total nb of bytes output so far */
423 uLong adler; /* adler32 value of the uncompressed data */
424 uLong reserved; /* reserved for future use */
1004 * const Bytef *source, uLong sourceLen));
1024 * const Bytef *source, uLong sourceLen));
1133 ZEXTERN uLong ZEXPOR
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h143 # define uLong z_uLong macro
371 typedef unsigned long uLong; /* 32 bits or more */ typedef
382 typedef uLong FAR uLongf;

Completed in 65 milliseconds