nice_match        531 lib/zlib_deflate/deflate.c     s->nice_match       = configuration_table[s->level].nice_length;
nice_match        564 lib/zlib_deflate/deflate.c     int nice_match = s->nice_match;             /* stop if match long enough */
nice_match        598 lib/zlib_deflate/deflate.c     if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
nice_match        678 lib/zlib_deflate/deflate.c             if (len >= nice_match) break;
nice_match        164 lib/zlib_deflate/defutil.h     int nice_match; /* Stop searching when current match exceeds this */