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