good_match        442 lib/zlib/deflate.c         s->good_match       = configuration_table[level].good_length;
good_match        462 lib/zlib/deflate.c     s->good_match = good_length;
good_match        993 lib/zlib/deflate.c     s->good_match       = configuration_table[s->level].good_length;
good_match       1061 lib/zlib/deflate.c     if (s->prev_length >= s->good_match) {
good_match        185 lib/zlib/deflate.h     uInt good_match;