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

/barrelfish-master/lib/zlib/
H A Ddeflate.c124 ush good_length; /* reduce lazy search above this match length */ member in struct:config_s
445 s->good_match = configuration_table[level].good_length;
454 int ZEXPORT deflateTune(strm, good_length, max_lazy, nice_length, max_chain)
456 int good_length;
465 s->good_match = good_length;
996 s->good_match = configuration_table[s->level].good_length;
/barrelfish-master/include/
H A Dzlib.h628 int good_length,
638 max_lazy, good_length, nice_length, and max_chain parameters.

Completed in 96 milliseconds