Home | Sort by: relevance | last modified time | path |
/src/common/dist/zlib/ | |
deflate.c | 1970 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local in function:deflate_slow 1986 if (++s->strstart <= max_insert) { |
/src/sys/net/ | |
zlib.c | 1910 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local in function:deflate_slow 1926 if (++s->strstart <= max_insert) { |