Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:max_insert

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