Lines Matching refs:strategy
210 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
217 int strategy;
256 strategy < 0 || strategy > Z_FIXED) {
341 s->strategy = strategy;
461 int ZEXPORT deflateParams(strm, level, strategy)
464 int strategy;
478 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
483 if ((strategy != s->strategy || func != configuration_table[level].func) &&
495 s->strategy = strategy;
670 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
687 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
707 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
869 bstate = s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
870 (s->strategy == Z_RLE ? deflate_rle(s, flush) :
1712 if (s->match_length <= 5 && (s->strategy == Z_FILTERED