nice_match        321 net/zlib.c          int nice_match; /* Stop searching when current match exceeds this */
nice_match        926 net/zlib.c         s->nice_match       = configuration_table[s->level].nice_length;
nice_match       1069 net/zlib.c                 if (len >= s->nice_match) break;