Home
last modified time | relevance | path

Searched refs:static_len (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/contrib/zlib/
H A Dtrees.c418 s->opt_len = s->static_len = 0L;
524 if (stree) s->static_len += (ulg)f * (unsigned)(stree[n].Len + xbits);
650 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
824 s->opt_len, s->static_len));
930 s->static_len));
934 s->static_len));
946 static_lenb = (s->static_len+3+7)>>3;
949 opt_lenb, s->opt_len, static_lenb, s->static_len, stored_len,
982 s->compressed_len += 3 + s->static_len;
H A Ddeflate.h251 ulg static_len; /* bit length of current block with static trees */ member
/f-stack/freebsd/netpfil/ipfw/
H A Dip_fw_sockopt.c784 chain->static_len += RULEUSIZE0(krule); in commit_rules()
809 chain->static_len += RULEUSIZE0(rule); in ipfw_add_protected_rule()
1077 chain->static_len -= RULEUSIZE0(rule); in delete_range()
3838 size = chain->static_len; in ipfw_ctl()
3845 want = chain->static_len + ipfw_dyn_len(); in ipfw_ctl()
H A Dip_fw_private.h303 int static_len; /* total len of static rules (v0) */ member