Searched refs:max_insert (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/lib/libz/
H A Ddeflate.c1965 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1981 if (++s->strstart <= max_insert) {
/openbsd-current/sys/lib/libz/
H A Ddeflate.c1967 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1983 if (++s->strstart <= max_insert) {
/openbsd-current/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
H A Ddeflate.c2040 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
2056 if (++s->strstart <= max_insert) {

Completed in 137 milliseconds