Home | History | Annotate | Download | only in zlib

Lines Matching refs:strategy

211 int ZEXPORT deflateInit2_(strm, level, method, windowBits, memLevel, strategy,
218 int strategy;
262 strategy < 0 || strategy > Z_FIXED) {
308 s->strategy = strategy;
418 int ZEXPORT deflateParams(strm, level, strategy)
421 int strategy;
435 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
440 if ((strategy != s->strategy || func != configuration_table[level].func) &&
452 s->strategy = strategy;
627 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
644 (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2 ?
664 if (s->strategy >= Z_HUFFMAN_ONLY || s->level < 2)
833 if (strm->clas && s->strategy == Z_RLE) {
838 if (s->strategy == Z_HUFFMAN_ONLY) {
840 } else if (s->strategy == Z_RLE) {
1846 if (s->match_length <= 5 && (s->strategy == Z_FILTERED