Home
last modified time | relevance | path

Searched refs:max_lazy_match (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Ddeflate.h177 uInt max_lazy_match; member
182 # define max_insert_length max_lazy_match
H A Ddeflate.c610 s->max_lazy_match = configuration_table[level].max_lazy;
632 s->max_lazy_match = (uInt)max_lazy;
1206 s->max_lazy_match = configuration_table[s->level].max_lazy;
1966 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&