Home
last modified time | relevance | path

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

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c119 ush good_length; /* reduce lazy search above this match length */ member
647 s->good_match = configuration_table[level].good_length;
656 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) in deflateTune() argument
658 int good_length;
667 s->good_match = (uInt)good_length;
1242 s->good_match = configuration_table[s->level].good_length;
H A Dzlib.h744 int good_length,
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c757 ush good_length; /* reduce lazy search above this match length */ member
1057 s->good_match = configuration_table[level].good_length;
1419 s->good_match = configuration_table[s->level].good_length;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c498 ush good_length; /* reduce lazy search above this match length */ member
912 s->good_match = configuration_table[s->level].good_length;