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] = { variable689 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()690 s->good_match = configuration_table[s->level].good_length; in lm_init()691 s->nice_match = configuration_table[s->level].nice_length; in lm_init()692 s->max_chain_length = configuration_table[s->level].max_chain; in lm_init()789 func = configuration_table[s->level].func; in deflateParams()791 if ((strategy != s->strategy || func != configuration_table[level].func) && in deflateParams()809 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams()810 s->good_match = configuration_table[level].good_length; in deflateParams()[all …]