Searched refs:configuration_table (Results 1 - 1 of 1) sorted by relevance

/glassfish-3.1.2/installer/src/cpp/share/launcher/zlib-1.1.4/
H A Ddeflate.c125 local const config configuration_table[10] = { variable
379 func = configuration_table[s->level].func;
381 if (func != configuration_table[level].func && strm->total_in != 0) {
387 s->max_lazy_match = configuration_table[level].max_lazy;
388 s->good_match = configuration_table[level].good_length;
389 s->nice_match = configuration_table[level].nice_length;
390 s->max_chain_length = configuration_table[level].max_chain;
515 bstate = (*(configuration_table[s->level].func))(s, flush);
695 s->max_lazy_match = configuration_table[s->level].max_lazy;
696 s->good_match = configuration_table[
[all...]

Completed in 12 milliseconds