Lines Matching refs:next_out
33 * - Change strm->next_out[-state->offset] to *(strm->next_out - state->offset)
85 * - Check next_in and next_out for Z_NULL on entry to inflate()
357 zmemcpy(state->window, strm->next_out - state->wsize, state->wsize);
364 zmemcpy(state->window + state->write, strm->next_out - copy, dist);
367 zmemcpy(state->window, strm->next_out - copy, copy);
412 put = strm->next_out; \
423 strm->next_out = put; \
552 strm->next_out, given the space available and the provided input--the effect
584 if (strm == Z_NULL || strm->state == Z_NULL || strm->next_out == Z_NULL ||
1174 UPDATE(state->check, strm->next_out - out, out);