Lines Matching refs:strategy
201 /* compression strategy; see deflateInit2() below for details */
543 int strategy);
587 The strategy parameter is used to tune the compression algorithm. Use the
597 strategy parameter only affects the compression ratio but not the
685 compression state which can be quite large, so this strategy is slow and can
707 int strategy);
709 Dynamically update the compression level and compression strategy. The
710 interpretation of level and strategy is as in deflateInit2(). This can be
712 to switch to a different kind of input data requiring a different strategy.
714 strategy is changed, and if there have been any deflate() calls since the
716 compressed with the old level and strategy using deflate(strm, Z_BLOCK).
718 respectively. The new level and strategy will take effect at the next call
730 If this is done, the old level and strategy will be applied to the data
731 compressed before deflateParams(), and the new level and strategy will be
737 available input data before a change in the strategy or approach. Note that
1311 but can also include a compression level ("wb9") or a strategy: 'f' for
1315 about the strategy parameter.) 'T' will request transparent writing or
1383 ZEXTERN int ZEXPORT gzsetparams(gzFile file, int level, int strategy);
1385 Dynamically update the compression level and strategy for file. See the
1789 int strategy, const char *version,
1802 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1804 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1816 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1818 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))