Searched refs:incount (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/unbound/sldns/ |
H A D | parseutil.c | 754 size_t o = 0, incount = 0; in sldns_b64_pton_base() local 787 in[incount++] = (uint8_t)d; in sldns_b64_pton_base() 790 if(incount != 4 && (check_padding || srcsize)) in sldns_b64_pton_base() 792 assert(!check_padding || incount==4); in sldns_b64_pton_base() 794 if((incount == 2 || in sldns_b64_pton_base() 795 (incount == 4 && in[3] == pad64 && in[2] == pad64))) { /* A B = = */ in sldns_b64_pton_base() 801 } else if(incount == 3 || in sldns_b64_pton_base() 802 (incount == 4 && in[3] == pad64)) { /* A B C = */ in sldns_b64_pton_base() 810 if(incount != 4 || o+3 > targsize) in sldns_b64_pton_base() 818 incount = 0; in sldns_b64_pton_base()
|
/freebsd/sbin/ipf/ipf/ |
H A D | ipfcomp.c | 337 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 in emitGroup() [all...] |