Home | History | Annotate | Download | only in zlib

Lines Matching refs:strategy

194 /* compression strategy; see deflateInit2() below for details */
485 int strategy));
517 The strategy parameter is used to tune the compression algorithm. Use the
526 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
586 compression state which can be quite large, so this strategy is slow and
608 int strategy));
610 Dynamically update the compression level and compression strategy. The
611 interpretation of level and strategy is as in deflateInit2. This can be
614 strategy. If the compression level is changed, the input available so far
1072 ("wb9") or a strategy: 'f' for filtered data as in "wb6f", 'h' for
1075 about the strategy parameter.)
1101 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1103 Dynamically update the compression level or strategy. See the description
1339 int strategy, const char *version,
1351 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1353 (strategy), ZLIB_VERSION, sizeof(z_stream))