Lines Matching refs:next_in
209 * allocating a large strm->next_in buffer and copying from it.
229 zmemcpy(buf, strm->next_in, len);
233 strm->next_in += len;
387 /* To do: ignore strm->next_in if we use it as window */
626 next = strm->next_in;
628 strm->next_in = (z_const Bytef *)dictionary;
647 strm->next_in = next;
994 (strm->avail_in != 0 && strm->next_in == Z_NULL) ||
1682 * maximizes the opportunities to have a single copy from next_in to next_out.
1757 /* Copy uncompressed bytes directly from next_in to next_out, updating
1781 zmemcpy(s->window, s->strm->next_in - s->w_size, s->w_size);
1795 zmemcpy(s->window + s->strstart, s->strm->next_in - used, used);