Searched refs:configuration_table (Results 1 – 1 of 1) sorted by relevance
107 local const config configuration_table[2] = { variable112 local const config configuration_table[10] = { variable680 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()681 s->good_match = configuration_table[s->level].good_length; in lm_init()682 s->nice_match = configuration_table[s->level].nice_length; in lm_init()683 s->max_chain_length = configuration_table[s->level].max_chain; in lm_init()767 func = configuration_table[s->level].func; in deflateParams()769 if ((strategy != s->strategy || func != configuration_table[level].func) && in deflateParams()787 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams()788 s->good_match = configuration_table[level].good_length; in deflateParams()[all …]