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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.h117 typedef Byte FAR Bytef; typedef
160 Bytef *next_in; /* next input byte */
164 Bytef *next_out; /* next output byte should be put there */
610 extern uLong adler32 OF((uLong adler, Bytef *buf, uInt len));
/illumos-gate/usr/src/uts/common/zmod/
H A Dzconf.h104 typedef Byte Bytef; typedef
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.h126 #define Bytef z_Bytef macro
312 #define Bytef Byte FAR macro
314 typedef Byte FAR Bytef; typedef
405 Bytef *next_in; /* next input byte */
409 Bytef *next_out; /* next output byte should be put there */
802 const Bytef *dictionary, uInt dictLength));
935 const Bytef *dictionary, uInt dictLength));
1003 * ZEXTERN int ZEXPORT compress OF((Bytef *dest, uLongf *destLen,
1004 * const Bytef *source, uLong sourceLen));
1023 * ZEXTERN int ZEXPORT uncompress OF((Bytef *des
[all...]
/illumos-gate/usr/src/boot/lib/libz/
H A Dzconf.h129 # define Bytef z_Bytef macro
375 # define Bytef Byte FAR macro
377 typedef Byte FAR Bytef; typedef

Completed in 72 milliseconds