Home
last modified time | relevance | path

Searched refs:incount (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/unbound/sldns/
H A Dparseutil.c745 size_t o = 0, incount = 0; in sldns_b64_pton_base() local
778 in[incount++] = (uint8_t)d; in sldns_b64_pton_base()
781 if(incount != 4 && (check_padding || srcsize)) in sldns_b64_pton_base()
783 assert(!check_padding || incount==4); in sldns_b64_pton_base()
785 if((incount == 2 || in sldns_b64_pton_base()
786 (incount == 4 && in[3] == pad64 && in[2] == pad64))) { /* A B = = */ in sldns_b64_pton_base()
792 } else if(incount == 3 || in sldns_b64_pton_base()
793 (incount == 4 && in[3] == pad64)) { /* A B C = */ in sldns_b64_pton_base()
801 if(incount != 4 || o+3 > targsize) in sldns_b64_pton_base()
809 incount = 0; in sldns_b64_pton_base()
/freebsd/sbin/ipf/ipf/
H A Dipfcomp.c337 emitheader(frgroup_t *grp, u_int incount, u_int outcount) in emitheader() argument
351 printhooks(cfile, incount, outcount, grp); in emitheader()
353 if (incount) { in emitheader()
357 grp->fg_name, grp->fg_name, incount); in emitheader()
430 u_int incount, u_int outcount) in emitGroup() argument
497 incount != 0) { in emitGroup()
499 group, incount); in emitGroup()
508 if (i + 1 < incount) in emitGroup()
559 if (incount + outcount > m[FRC_SRC].e + 1) in emitGroup()
561 if (incount + outcount > m[FRC_DST].e + 1) in emitGroup()