good_match 445 tools/packfi2/deflate.c s->good_match = configuration_table[level].good_length; good_match 465 tools/packfi2/deflate.c s->good_match = good_length; good_match 996 tools/packfi2/deflate.c s->good_match = configuration_table[s->level].good_length; good_match 1064 tools/packfi2/deflate.c if (s->prev_length >= s->good_match) { good_match 185 tools/packfi2/deflate.h uInt good_match;