max_insert       1618 tools/packfi2/deflate.c             uInt max_insert = s->strstart + s->lookahead - MIN_MATCH;
max_insert       1634 tools/packfi2/deflate.c                 if (++s->strstart <= max_insert) {