Home | History | Annotate | Download | only in include

Lines Matching refs:strategy

197 /* compression strategy; see deflateInit2() below for details */
492 int strategy));
524 The strategy parameter is used to tune the compression algorithm. Use the
533 Z_HUFFMAN_ONLY, but give better compression for PNG image data. The strategy
593 compression state which can be quite large, so this strategy is slow and
615 int strategy));
617 Dynamically update the compression level and compression strategy. The
618 interpretation of level and strategy is as in deflateInit2. This can be
621 strategy. If the compression level is changed, the input available so far
1085 ("wb9") or a strategy: 'f' for filtered data as in "wb6f", 'h' for
1088 about the strategy parameter.)
1111 ZEXTERN int ZEXPORT gzsetparams OF((gzFile file, int level, int strategy));
1113 Dynamically update the compression level or strategy. See the description
1343 strategy, const char *version,
1355 #define deflateInit2(strm, level, method, windowBits, memLevel, strategy) \
1357 (strategy), ZLIB_VERSION, sizeof(z_stream))