good_length 124 lib/zlib/deflate.c ush good_length; /* reduce lazy search above this match length */ good_length 442 lib/zlib/deflate.c s->good_match = configuration_table[level].good_length; good_length 451 lib/zlib/deflate.c int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain) good_length 453 lib/zlib/deflate.c int good_length; good_length 462 lib/zlib/deflate.c s->good_match = good_length; good_length 993 lib/zlib/deflate.c s->good_match = configuration_table[s->level].good_length; good_length 644 lib/zlib/zlib.h int good_length,