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

/darwin-on-arm/xnu/libkern/zlib/
H A Ddeflate.h198 uInt max_lazy_match; member in struct:internal_state
203 # define max_insert_length max_lazy_match
H A Ddeflate.c145 /* Values for max_lazy_match, good_match and max_chain_length, depending on
473 s->max_lazy_match = configuration_table[level].max_lazy;
495 s->max_lazy_match = max_lazy;
1024 s->max_lazy_match = configuration_table[s->level].max_lazy;
1617 if (hash_head != NIL && s->prev_length < s->max_lazy_match &&

Completed in 23 milliseconds