Searched refs:good_length (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.c129 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
451 s->good_match = configuration_table[level].good_length;
460 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
462 int good_length;
471 s->good_match = good_length;
1002 s->good_match = configuration_table[s->level].good_length;
H A Dzlib.h630 int good_length,
640 max_lazy, good_length, nice_length, and max_chain parameters.
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.c118 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
522 s->good_match = configuration_table[level].good_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
533 int good_length;
542 s->good_match = good_length;
1116 s->good_match = configuration_table[s->level].good_length;
H A Dzlib.h682 int good_length,
692 max_lazy, good_length, nice_length, and max_chain parameters.
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c759 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
1059 s->good_match = configuration_table[level].good_length;
1421 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 in struct:config_s
912 s->good_match = configuration_table[s->level].good_length;

Completed in 105 milliseconds