Searched refs:Z_FIXED (Results 1 – 6 of 6) sorted by relevance
156 state->strategy = Z_FIXED; in gz_open()
199 #define Z_FIXED 4 macro
428 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) { in deflateInit2_()764 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) { in deflateParams()
1033 if (static_lenb <= opt_lenb || s->strategy == Z_FIXED)
39 - Fix bug in block type selection when Z_FIXED used69 - Fix a bug that can crash deflate on some input when using Z_FIXED824 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
167 state.state->strategy = Z_FIXED;