Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/zmod/
H A Ddeflate.c1624 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1640 if (++s->strstart <= max_insert) {
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1381 uInt max_insert = s->strstart + s->lookahead - MIN_MATCH; local
1397 if (++s->strstart <= max_insert) {
/titanic_50/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c2140 uInt max_insert = s->strstart + s->lookahead - local
2160 if (++s->strstart <= max_insert) {