Searched refs:nice_length (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.1-release/lib/libz/
H A Ddeflate.c120 ush nice_length; /* quit search above this match length */ member in struct:config_s
523 s->nice_match = configuration_table[level].nice_length;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
535 int nice_length;
544 s->nice_match = nice_length;
1117 s->nice_match = configuration_table[s->level].nice_length;
H A Dzlib.h684 int nice_length,
692 max_lazy, good_length, nice_length, and max_chain parameters.
/freebsd-10.1-release/sys/cddl/contrib/opensolaris/uts/common/zmod/
H A Ddeflate.c131 ush nice_length; /* quit search above this match length */ member in struct:config_s
452 s->nice_match = configuration_table[level].nice_length;
460 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
464 int nice_length;
473 s->nice_match = nice_length;
1003 s->nice_match = configuration_table[s->level].nice_length;
H A Dzlib.h632 int nice_length,
640 max_lazy, good_length, nice_length, and max_chain parameters.
/freebsd-10.1-release/sys/net/
H A Dzlib.c671 ush nice_length; /* quit search above this match length */ member in struct:config_s
934 s->nice_match = configuration_table[level].nice_length;
1253 s->nice_match = configuration_table[s->level].nice_length;

Completed in 169 milliseconds