Searched refs:configuration_table (Results 1 – 1 of 1) sorted by relevance
159 local const config configuration_table[2] = { variable164 local const config configuration_table[10] = { variable466 func = configuration_table[s->level].func; in deflateParams()468 if (func != configuration_table[level].func && strm->total_in != 0) { in deflateParams()474 s->max_lazy_match = configuration_table[level].max_lazy; in deflateParams()475 s->good_match = configuration_table[level].good_length; in deflateParams()476 s->nice_match = configuration_table[level].nice_length; in deflateParams()477 s->max_chain_length = configuration_table[level].max_chain; in deflateParams()818 bstate = (*(configuration_table[s->level].func))(s, flush); in deflate()1020 s->max_lazy_match = configuration_table[s->level].max_lazy; in lm_init()[all …]