Lines Matching refs:Bytef

229    extern void zmemcpy  OF((Bytef* dest, Bytef* source, uInt len));
230 extern int zmemcmp OF((Bytef* s1, Bytef* s2, uInt len));
231 extern void zmemzero OF((Bytef* dest, uInt len));
257 typedef uLong (*check_func) OF((uLong check, const Bytef *buf, uInt len));
355 Bytef *pending_buf; /* output still pending */
357 Bytef *pending_out; /* next pending byte to output to the stream */
370 Bytef *window;
806 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
835 const Bytef *dictionary;
1170 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1285 register Bytef *scan = s->window + s->strstart; /* current string */
1286 register Bytef *match; /* matched string */
1302 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1306 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
3042 const Bytef *d, /* dictionary */
3334 const Bytef *dictionary;
3377 Bytef *p; /* pointer to bytes */
3457 Bytef *pad; /* pad structure to a power of 2 (4 bytes for */
3582 Bytef *window; /* sliding window */
3583 Bytef *end; /* one byte after sliding window */
3584 Bytef *read; /* window read pointer */
3585 Bytef *write; /* window write pointer */
3720 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
3745 Bytef *p; /* input data pointer */
3747 Bytef *q; /* output window write pointer */
4028 const Bytef *d;
4050 Bytef *p; /* input data pointer */
4052 Bytef *q; /* output window write pointer */
4697 Bytef *p; /* input data pointer */
4699 Bytef *q; /* output window write pointer */
4701 Bytef *f; /* pointer to copy strings from */
4887 Bytef *p;
4888 Bytef *q;
4995 Bytef *p; /* input data pointer */
4997 Bytef *q; /* output window write pointer */
5003 Bytef *r; /* copy source pointer */
5177 Bytef* dest;
5178 Bytef* source;
5188 Bytef* s1;
5189 Bytef* s2;
5201 Bytef* dest;
5366 const Bytef *buf;