Searched refs:Bytef (Results 1 - 2 of 2) sorted by relevance

/osnet-11/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));
H A Dzlib.c121 typedef uLong (*check_func) OF((uLong check, Bytef *buf, uInt len));
219 Bytef *pending_buf; /* output still pending */
220 Bytef *pending_out; /* next pending byte to output to the stream */
234 Bytef *window;
633 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
944 register Bytef *scan = s->window + s->strstart; /* current string */
945 register Bytef *match; /* matched string */
960 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
964 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
2661 Bytef *pa
[all...]

Completed in 32 milliseconds