configuration_table  132 tools/packfi2/deflate.c local const config configuration_table[2] = {
configuration_table  137 tools/packfi2/deflate.c local const config configuration_table[10] = {
configuration_table  436 tools/packfi2/deflate.c     func = configuration_table[s->level].func;
configuration_table  438 tools/packfi2/deflate.c     if (func != configuration_table[level].func && strm->total_in != 0) {
configuration_table  444 tools/packfi2/deflate.c         s->max_lazy_match   = configuration_table[level].max_lazy;
configuration_table  445 tools/packfi2/deflate.c         s->good_match       = configuration_table[level].good_length;
configuration_table  446 tools/packfi2/deflate.c         s->nice_match       = configuration_table[level].nice_length;
configuration_table  447 tools/packfi2/deflate.c         s->max_chain_length = configuration_table[level].max_chain;
configuration_table  790 tools/packfi2/deflate.c         bstate = (*(configuration_table[s->level].func))(s, flush);
configuration_table  995 tools/packfi2/deflate.c     s->max_lazy_match   = configuration_table[s->level].max_lazy;
configuration_table  996 tools/packfi2/deflate.c     s->good_match       = configuration_table[s->level].good_length;
configuration_table  997 tools/packfi2/deflate.c     s->nice_match       = configuration_table[s->level].nice_length;
configuration_table  998 tools/packfi2/deflate.c     s->max_chain_length = configuration_table[s->level].max_chain;