Lines Matching refs:strategy
196 /* compression strategy; see deflateInit2() below for details */
487 int strategy));
519 The strategy parameter is used to tune the compression algorithm. Use the
528 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
588 compression state which can be quite large, so this strategy is slow and
610 int strategy));
612 Dynamically update the compression level and compression strategy. The
613 interpretation of level and strategy is as in deflateInit2. This can be
616 strategy. If the compression level is changed, the input available so far
1074 ("wb9") or a strategy: 'f' for filtered data as in "wb6f", 'h' for
1077 about the strategy parameter.)
1100 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1102 Dynamically update the compression level or strategy. See the description
1325 int strategy, const char *version,
1337 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1339 (strategy), ZLIB_VERSION, sizeof(z_stream))