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

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c119 ush max_lazy; /* do not perform lazy search above this match length */ member in struct:config_s
139 /* Note: the deflate() code requires max_lazy >= MIN_MATCH and max_chain >= 4
387 s->max_lazy_match = configuration_table[level].max_lazy;
695 s->max_lazy_match = configuration_table[s->level].max_lazy;

Completed in 68 milliseconds