Home | History | Annotate | Download | only in zlib

Lines Matching defs:max_lazy

122    ush max_lazy;    /* do not perform lazy search above this match length */
149 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
607 s->max_lazy_match = configuration_table[level].max_lazy;
617 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
620 int max_lazy;
629 s->max_lazy_match = (uInt)max_lazy;
1203 s->max_lazy_match = configuration_table[s->level].max_lazy;