Lines Matching defs:max_lazy
125 ush max_lazy; /* do not perform lazy search above this match length */
152 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
444 s->max_lazy_match = configuration_table[level].max_lazy;
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
457 int max_lazy;
466 s->max_lazy_match = max_lazy;
995 s->max_lazy_match = configuration_table[s->level].max_lazy;