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

/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Ddeflate.c150 ush nice_length; /* quit search above this match length */ member in struct:config_s
470 s->nice_match = configuration_table[level].nice_length;
478 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
482 int nice_length;
491 s->nice_match = nice_length;
1021 s->nice_match = configuration_table[s->level].nice_length;
H A Dzlib.h654 int nice_length,
662 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 57 milliseconds