Searched refs:totallen (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/pf/libevent/
H A Dbuffer.c87 (x)->totallen = (y)->totallen; \
139 space = buf->totallen - buf->misalign - buf->off;
263 if (buf->totallen >= need)
274 size_t length = buf->totallen;
287 buf->totallen = length;
299 if (buf->totallen < need) {
364 if (n > buf->totallen << 2)
365 n = buf->totallen << 2;
H A Devent.h217 size_t totallen; member in struct:evbuffer
/freebsd-11-stable/contrib/ipfilter/tools/
H A Dipnat.c403 int sz, i, used, maxlen, minlen, totallen; local
442 totallen = 0;
453 totallen += buckets[i];
457 totallen ? used * 100 / totallen : 0, side);
463 used ? ((float)totallen / used) : 0.0, side);
H A Dipfstat.c1142 int minlen, maxlen, totallen; local
1252 totallen = 0;
1260 totallen += buckets[i];
1264 totallen ? ipsp->iss_inuse * 100 / totallen : 0);
1270 ipsp->iss_inuse ? (float) totallen/ ipsp->iss_inuse :
/freebsd-11-stable/crypto/heimdal/lib/asn1/
H A Dtemplate.c533 size_t i, totallen; local
545 for(totallen = 0, i = 0; i < el->len; i++) {
563 totallen += val[i].length;
565 if (ret == 0 && totallen > len)
575 len -= totallen;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlstrlib.c146 size_t totallen = n * l + (n - 1) * lsep; local
148 char *p = luaL_buffinitsize(L, &b, totallen);
156 luaL_pushresultsize(&b, totallen);
/freebsd-11-stable/contrib/lua/src/
H A Dlstrlib.c131 size_t totallen = (size_t)n * l + (size_t)(n - 1) * lsep; local
133 char *p = luaL_buffinitsize(L, &b, totallen);
142 luaL_pushresultsize(&b, totallen);
/freebsd-11-stable/contrib/ntp/ntpq/
H A Dntpq-subs.c580 register size_t totallen; local
591 totallen = namelen + valuelen + (valuelen != 0) + (cp != data);
592 if (cp + totallen > cpend) {

Completed in 125 milliseconds