Lines Matching refs:Bytef
87 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
195 zmemzero((Bytef *)s->head, (unsigned)(s->hash_size-1)*sizeof(*s->head));
281 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
313 const Bytef *dictionary;
492 Bytef *str;
954 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
992 Bytef *buf;
1066 register Bytef *scan = s->window + s->strstart; /* current string */
1067 register Bytef *match; /* matched string */
1083 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1087 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1214 register Bytef *scan = s->window + s->strstart; /* current string */
1215 register Bytef *match; /* matched string */
1217 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1745 Bytef *scan, *strend; /* scan goes up to strend for length of run */