Home | History | Annotate | Download | only in src

Lines Matching refs:strategy

197 /* compression strategy; see deflateInit2() below for details */
532 int strategy));
564 The strategy parameter is used to tune the compression algorithm. Use the
574 strategy parameter only affects the compression ratio but not the
640 strategy is slow and can
662 int strategy));
664 Dynamically update the compression level and compression strategy. The
665 interpretation of level and strategy is as in deflateInit2. This can be
667 to switch to a different kind of input data requiring a different strategy.
1231 a strategy: 'f' for filtered data as in "wb6f", 'h' for Huffman-only
1234 deflateInit2 for more information about the strategy parameter.) 'T' will
1304 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1306 Dynamically update the compression level or strategy. See the description
1639 int strategy, const char *version,
1651 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1653 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))