Lines Matching refs:Bytef
90 local int read_buf OF((z_streamp strm, Bytef *buf, unsigned size));
206 (void) zmemzero((Bytef *)s->head, \
293 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
323 const Bytef *dictionary;
926 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
964 Bytef *buf;
1038 register Bytef *scan = s->window + s->strstart; /* current string */
1039 register Bytef *match; /* matched string */
1055 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1059 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1185 register Bytef *scan = s->window + s->strstart; /* current string */
1186 register Bytef *match; /* matched string */
1188 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1697 Bytef *scan; /* scan for end of run */