Searched refs:Z_FIXED (Results 1 – 5 of 5) sorted by relevance
199 #define Z_FIXED 4 macro
296 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) {623 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
977 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
29 - Fix a bug that can crash deflate on some input when using Z_FIXED784 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
560 #define Z_FIXED 4 macro