Lines Matching defs:strategy
382 int windowBits, int memLevel, int strategy,
430 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) {
522 s->strategy = strategy;
754 int ZEXPORT deflateParams(z_streamp strm, int level, int strategy) {
766 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
771 if ((strategy != s->strategy || func != configuration_table[level].func) &&
794 s->strategy = strategy;
1003 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
1046 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
1070 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
1185 s->strategy == Z_HUFFMAN_ONLY ? deflate_huff(s, flush) :
1186 s->strategy == Z_RLE ? deflate_rle(s, flush) :
1953 if (s->match_length <= 5 && (s->strategy == Z_FILTERED