Lines Matching refs:strategy
494 /* compression strategy; see deflateInit2() below for details */
743 * int strategy));
767 * The strategy parameter is used to tune the compression
775 * intermediate between Z_DEFAULT and Z_HUFFMAN_ONLY. The strategy
849 * quite large, so this strategy is slow and can consume lots of
870 ZEXTERN int ZEXPORT deflateParams OF((z_streamp strm, int level, int strategy));
872 * Dynamically update the compression level and compression strategy.
875 * requiring a different strategy. If the compression level is
1178 int windowBits, int memLevel, int strategy,
1186 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1188 (strategy), ZLIB_VERSION, sizeof (z_stream))