Lines Matching defs:next
66 finish_started, /* finish started, need only more output at next deflate */
338 * the longest match routines. Update the high water mark for the next
472 * literal/length. As each symbol is consumed, the pointer to the next
475 * bits gets to the next sym_buf symbol to read is just before the last
560 z_const unsigned char *next;
588 next = strm->next_in;
613 strm->next_in = next;
981 * return OK instead of BUF_ERROR at next call of deflate:
1200 s->last_flush = -1; /* avoid BUF_ERROR next call, see above */
1203 /* If flush != Z_NO_FLUSH && avail_out == 0, the next call
1206 * empty block here, this will be done at next call. This also
1230 s->last_flush = -1; /* avoid BUF_ERROR at next call, see above */
1406 /* Skip to next match if the match length cannot increase
1831 * for the next match, plus MIN_MATCH bytes to insert the
1832 * string following the next match.
1895 * matter since it will be recomputed at next deflate call.
1921 * no better match at the next window position.
1932 * for the next match, plus MIN_MATCH bytes to insert the
1933 * string following the next match.
2023 * the next step to decide.