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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c148 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
469 s->good_match = configuration_table[level].good_length;
478 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
480 int good_length;
489 s->good_match = good_length;
1020 s->good_match = configuration_table[s->level].good_length;

Completed in 34 milliseconds