static_lenb      2299 net/zlib.c         ulg opt_lenb, static_lenb; /* opt_len and static_len in bytes */
static_lenb      2327 net/zlib.c         static_lenb = (s->static_len+3+7)>>3;
static_lenb      2330 net/zlib.c                 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
static_lenb      2333 net/zlib.c         if (static_lenb <= opt_lenb) opt_lenb = static_lenb;
static_lenb      2383 net/zlib.c         if (static_lenb >= 0) /* force static trees */
static_lenb      2385 net/zlib.c         if (static_lenb == opt_lenb)