Home
last modified time | relevance | path

Searched refs:good_match (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/uts/common/zmod/
H A Ddeflate.h185 uInt good_match; member
H A Ddeflate.c451 s->good_match = configuration_table[level].good_length;
471 s->good_match = good_length;
1002 s->good_match = configuration_table[s->level].good_length;
1070 if (s->prev_length >= s->good_match) {
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c467 uInt good_match; member
1059 s->good_match = configuration_table[level].good_length;
1421 s->good_match = configuration_table[s->level].good_length;
1495 if (s->prev_length >= s->good_match) {
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c306 uInt good_match; member
912 s->good_match = configuration_table[s->level].good_length;
975 if (s->prev_length >= s->good_match) {