Lines Matching refs:next_in
216 * allocating a large strm->next_in buffer and copying from it.
228 zmemcpy(buf, strm->next_in, len);
237 strm->next_in += len;
378 /* To do: ignore strm->next_in if we use it as window */
588 next = strm->next_in;
590 strm->next_in = (z_const Bytef *)dictionary;
613 strm->next_in = next;
964 (strm->avail_in != 0 && strm->next_in == Z_NULL) ||
1636 * maximizes the opportunities to have a single copy from next_in to next_out.
1712 /* Copy uncompressed bytes directly from next_in to next_out, updating
1736 zmemcpy(s->window, s->strm->next_in - s->w_size, s->w_size);
1750 zmemcpy(s->window + s->strstart, s->strm->next_in - used, used);