Home
last modified time | relevance | path

Searched refs:Z_FIXED (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Dzlib.h199 #define Z_FIXED 4 macro
H A Ddeflate.c296 strategy < 0 || strategy > Z_FIXED || (windowBits == 8 && wrap != 1)) {
623 if (level < 0 || level > 9 || strategy < 0 || strategy > Z_FIXED) {
H A Dtrees.c977 } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {
H A DChangeLog29 - Fix a bug that can crash deflate on some input when using Z_FIXED
784 - Add Z_FIXED strategy option to deflateInit2() to force fixed trees
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dratz.c560 #define Z_FIXED 4 macro