Lines Matching refs:next
79 finish_started, /* finish started, need only more output at next deflate */
347 * the longest match routines. Update the high water mark for the next
508 * literal/length. As each symbol is consumed, the pointer to the next
511 * bits gets to the next sym_buf symbol to read is just before the last
598 z_const unsigned char *next;
626 next = strm->next_in;
647 strm->next_in = next;
1011 * return OK instead of BUF_ERROR at next call of deflate:
1230 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1233 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1236 * empty block here, this will be done at next call. This also
1260 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
1444 /* Skip to next match if the match length cannot increase
1875 * for the next match, plus MIN_MATCH bytes to insert the
1876 * string following the next match.
1941 * matter since it will be recomputed at next deflate call.
1968 * no better match at the next window position.
1978 * for the next match, plus MIN_MATCH bytes to insert the
1979 * string following the next match.
2075 * the next step to decide.