Lines Matching refs:Bytef
89 local unsigned read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
195 zmemzero((Bytef *)s->head, \
324 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
381 const Bytef *dictionary;
418 strm->next_in = (z_const Bytef *)dictionary;
450 Bytef *dictionary;
555 if ((Bytef *)(s->d_buf) < s->pending_out + ((Buf_size + 7) >> 3))
683 Bytef *str;
1131 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1169 Bytef *buf;
1244 register Bytef *scan = s->window + s->strstart; /* current string */
1245 register Bytef *match; /* matched string */
1261 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1265 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1392 register Bytef *scan = s->window + s->strstart; /* current string */
1393 register Bytef *match; /* matched string */
1395 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
2068 Bytef *scan, *strend; /* scan goes up to strend for length of run */