Lines Matching refs:strategy

201 /* compression strategy; see deflateInit2() below for details */
544 int strategy);
588 The strategy parameter is used to tune the compression algorithm. Use the
598 strategy parameter only affects the compression ratio but not the
686 compression state which can be quite large, so this strategy is slow and can
708 int strategy);
710 Dynamically update the compression level and compression strategy. The
711 interpretation of level and strategy is as in deflateInit2(). This can be
713 to switch to a different kind of input data requiring a different strategy.
715 strategy is changed, and if there have been any deflate() calls since the
717 compressed with the old level and strategy using deflate(strm, Z_BLOCK).
719 respectively. The new level and strategy will take effect at the next call
731 If this is done, the old level and strategy will be applied to the data
732 compressed before deflateParams(), and the new level and strategy will be
738 available input data before a change in the strategy or approach. Note that
1312 but can also include a compression level ("wb9") or a strategy: 'f' for
1316 about the strategy parameter.) 'T' will request transparent writing or
1384 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
1386 Dynamically update the compression level and strategy for file. See the
1790 int strategy, const char *version,
1803 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1805 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1817 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1819 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))