Searched refs:extcount (Results 1 – 3 of 3) sorted by relevance
70 my $extcount;203 for (my $extloop = 0, $extcount = 0; $extensions[$extloop][3] != 0;223 $extcount++ if (($extensions[$extloop][3] & $exttype) != 0);225 ok($extcount == keys %$msgexts, "Extensions count mismatch ("226 .$extcount.", ".(keys %$msgexts)
369 const unsigned extcount = rp->rp_ext_count; in npf_rproc_run() local374 for (unsigned i = 0; i < extcount; i++) { in npf_rproc_run()