Lines Matching defs:strategy
213 * You may have to use the same strategy for Borland C (untested).
465 int strategy; /* favor or force Huffman coding */
850 int deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
857 int strategy;
899 strategy < 0 || strategy > Z_HUFFMAN_ONLY) {
939 s->strategy = strategy;
1030 deflateParams(strm, level, strategy)
1033 int strategy;
1046 if (level < 0 || level > 9 || strategy < 0 ||
1047 strategy > Z_HUFFMAN_ONLY) {
1063 s->strategy = strategy;
1988 if (s->strategy != Z_HUFFMAN_ONLY) {
2115 if (s->strategy != Z_HUFFMAN_ONLY) {
2121 (s->strategy == Z_FILTERED ||