Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching refs:nice_match

446         s->nice_match       = configuration_table[level].nice_length;
467 s->nice_match = nice_length;
997 s->nice_match = configuration_table[s->level].nice_length;
1036 int nice_match = s->nice_match; /* stop if match long enough */
1070 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
1155 if (len >= nice_match) break;