opt_lenb 927 lib/zlib/trees.c ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */ opt_lenb 955 lib/zlib/trees.c opt_lenb = (s->opt_len+3+7)>>3; opt_lenb 959 lib/zlib/trees.c opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len, opt_lenb 962 lib/zlib/trees.c if (static_lenb <= opt_lenb) opt_lenb = static_lenb; opt_lenb 966 lib/zlib/trees.c opt_lenb = static_lenb = stored_len + 5; /* force a stored block */ opt_lenb 972 lib/zlib/trees.c if (stored_len+4 <= opt_lenb && buf != (char*)0) { opt_lenb 986 lib/zlib/trees.c } else if (s->strategy == Z_FIXED || static_lenb == opt_lenb) {