Lines Matching defs: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
1309 but can also include a compression level ("wb9") or a strategy: 'f' for
1313 about the strategy parameter.) 'T' will request transparent writing or
1381 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1383 Dynamically update the compression level and strategy for file. See the
1787 int strategy, const char *version,
1800 # define z_deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1802 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))
1814 # define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1816 (strategy), ZLIB_VERSION, (int)sizeof(z_stream))