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

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c309 int nice_match; /* Stop searching when current match exceeds this */ member in struct:deflate_state
913 s->nice_match = configuration_table[s->level].nice_length;
1056 if (len >= s->nice_match) break;

Completed in 62 milliseconds