Home | History | Annotate | Download | only in zlib-1.2.8

Lines Matching defs:max_lazy

119    ush max_lazy;    /* do not perform lazy search above this match length */
146 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
521 s->max_lazy_match = configuration_table[level].max_lazy;
531 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
534 int max_lazy;
543 s->max_lazy_match = max_lazy;
1115 s->max_lazy_match = configuration_table[s->level].max_lazy;