Lines Matching refs:Bytef
175 zmemzero((Bytef *)s->head, \
220 local unsigned read_buf(z_streamp strm, Bytef *buf, unsigned size) {
451 s->window = (Bytef *) ZALLOC(strm, s->w_size, 2*sizeof(Byte));
552 int ZEXPORT deflateSetDictionary(z_streamp strm, const Bytef *dictionary,
618 int ZEXPORT deflateGetDictionary(z_streamp strm, Bytef *dictionary,
868 Bytef *str;
1308 ds->window = (Bytef *) ZALLOC(dest, ds->w_size, 2*sizeof(Byte));
1352 register Bytef *scan = s->window + s->strstart; /* current string */
1353 register Bytef *match; /* matched string */
1369 register Bytef *strend = s->window + s->strstart + MAX_MATCH - 1;
1373 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1499 register Bytef *scan = s->window + s->strstart; /* current string */
1500 register Bytef *match; /* matched string */
1502 register Bytef *strend = s->window + s->strstart + MAX_MATCH;
1561 Bytef *back = s->window + (int)match, *here = s->window + start;
2043 Bytef *scan, *strend; /* scan goes up to strend for length of run */