nice_match 443 lib/zlib/deflate.c s->nice_match = configuration_table[level].nice_length; nice_match 464 lib/zlib/deflate.c s->nice_match = nice_length; nice_match 994 lib/zlib/deflate.c s->nice_match = configuration_table[s->level].nice_length; nice_match 1033 lib/zlib/deflate.c int nice_match = s->nice_match; /* stop if match long enough */ nice_match 1067 lib/zlib/deflate.c if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead; nice_match 1152 lib/zlib/deflate.c if (len >= nice_match) break; nice_match 188 lib/zlib/deflate.h int nice_match; /* Stop searching when current match exceeds this */