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

/linux-master/lib/zlib_deflate/
H A Ddefutil.h149 uInt max_lazy_match; member in struct:deflate_state
154 # define max_insert_length max_lazy_match
H A Ddeflate.c122 /* Values for max_lazy_match, good_match and max_chain_length, depending on
540 s->max_lazy_match = configuration_table[s->level].max_lazy;
1052 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 93 milliseconds