Home | History | Annotate | Download | only in zlib

Lines Matching refs:max_insert

1791             uInt max_insert = s->strstart + s->lookahead - MIN_MATCH;
1807 if (++s->strstart <= max_insert) {