Searched defs:nice_match (Results 1 - 2 of 2) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c389 s->nice_match = configuration_table[level].nice_length;
697 s->nice_match = configuration_table[s->level].nice_length;
734 int nice_match = s->nice_match; /* stop if match long enough */ local
768 if ((uInt)nice_match > s->lookahead) nice_match = s->lookahead;
848 if (len >= nice_match) break;
H A Ddeflate.h174 int nice_match; /* Stop searching when current match exceeds this */ member in struct:internal_state

Completed in 21 milliseconds