Home | History | Annotate | Download | only in net

Lines Matching refs:Bytef

246    extern void zmemcpy(Bytef* dest, const Bytef* source, uInt len);
247 extern int zmemcmp(const Bytef* s1, const Bytef* s2, uInt len);
248 extern void zmemzero(Bytef* dest, uInt len);
272 typedef uLong (ZEXPORT *check_func)(uLong check, const Bytef *buf,
371 Bytef *pending_buf; /* output still pending */
373 Bytef *pending_out; /* next pending byte to output to the stream */
386 Bytef *window;
692 local int read_buf(z_streamp strm, Bytef *buf, unsigned size);
798 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
869 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
899 const Bytef *dictionary,
1237 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1289 Bytef *buf,
1354 Bytef *scan = s->window + s->strstart; /* current string */
1355 Bytef *match; /* matched string */
1371 Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1375 Bytef *strend = s->window + s->strstart + MAX_MATCH;
1495 register Bytef *scan = s->window + s->strstart; /* current string */
1496 register Bytef *match; /* matched string */
1498 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
3352 const Bytef *d, /* dictionary */
3648 const Bytef *dictionary,
3691 Bytef *p; /* pointer to bytes */
3917 Bytef *window; /* sliding window */
3918 Bytef *end; /* one byte after sliding window */
3919 Bytef *read; /* window read pointer */
3920 Bytef *write; /* window write pointer */
4037 z->adler = s->check = (*s->checkfn)(0L, (const Bytef *)Z_NULL, 0);
4055 if ((s->window = (Bytef *)ZALLOC(z, 1, w)) == Z_NULL)
4075 Bytef *p; /* input data pointer */
4077 Bytef *q; /* output window write pointer */
4334 void inflate_set_dictionary(inflate_blocks_statef *s, const Bytef *d, uInt n)
4354 Bytef *p; /* input data pointer */
4356 Bytef *q; /* output window write pointer */
5141 Bytef *p; /* input data pointer */
5143 Bytef *q; /* output window write pointer */
5145 Bytef *f; /* pointer to copy strings from */
5335 Bytef *p;
5336 Bytef *q;
5441 Bytef *p; /* input data pointer */
5443 Bytef *q; /* output window write pointer */
5449 Bytef *r; /* copy source pointer */
5661 Bytef* dest;
5662 const Bytef* source;
5672 const Bytef* s1;
5673 const Bytef* s2;
5685 Bytef* dest;
5848 uLong ZEXPORT adler32(uLong adler, const Bytef *buf, uInt len)