Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.h189 uInt good_match; member
H A Ddeflate.c647 s->good_match = configuration_table[level].good_length;
667 s->good_match = (uInt)good_length;
1242 s->good_match = configuration_table[s->level].good_length;
1311 if (s->prev_length >= s->good_match) {
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c465 uInt good_match; member
1057 s->good_match = configuration_table[level].good_length;
1419 s->good_match = configuration_table[s->level].good_length;
1493 if (s->prev_length >= s->good_match) {
/illumos-gate/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) {
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c1395 uInt good_match; member