nice_match        446 tools/packfi2/deflate.c         s->nice_match       = configuration_table[level].nice_length;
nice_match        467 tools/packfi2/deflate.c     s->nice_match = nice_length;
nice_match        997 tools/packfi2/deflate.c     s->nice_match       = configuration_table[s->level].nice_length;
nice_match       1036 tools/packfi2/deflate.c     int nice_match = s->nice_match;             /* stop if match long enough */
nice_match       1070 tools/packfi2/deflate.c     if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
nice_match       1155 tools/packfi2/deflate.c             if (len >= nice_match) break;
nice_match        188 tools/packfi2/deflate.h     int nice_match; /* Stop searching when current match exceeds this */