Searched refs:matchp (Results 1 - 5 of 5) sorted by relevance

/external/iptables/iptables/
H A Dxshared.c110 struct xtables_rule_match *matchp; local
122 for (matchp = cs->matches; matchp; matchp = matchp->next) {
123 m = matchp->match;
125 if (matchp->completed ||
128 if (cs->c < matchp->match->option_offset ||
129 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE)
H A Dip6tables.c764 const struct xtables_rule_match *matchp; local
768 for (matchp = matches; matchp; matchp = matchp->next)
769 size += XT_ALIGN(sizeof(struct ip6t_entry_match)) + matchp->match->size;
778 for (matchp = matches; matchp; matchp = matchp
1230 struct xtables_rule_match *matchp; local
1254 struct xtables_rule_match *matchp, *tmp; local
1349 struct xtables_rule_match *matchp; local
[all...]
H A Diptables.c769 const struct xtables_rule_match *matchp; local
773 for (matchp = matches; matchp; matchp = matchp->next)
774 size += XT_ALIGN(sizeof(struct ipt_entry_match)) + matchp->match->size;
783 for (matchp = matches; matchp; matchp = matchp
1241 struct xtables_rule_match *matchp; local
1265 struct xtables_rule_match *matchp, *tmp; local
1378 struct xtables_rule_match *matchp; local
[all...]
/external/llvm/lib/Support/
H A Dregengine.inc779 const char *matchp; /* last p at which a match ended */
786 matchp = NULL;
827 matchp = p;
841 return(matchp);
/external/regex-re2/re2/
H A Dre2.cc552 StringPiece* matchp = &match; local
554 matchp = NULL;
615 matchp, &dfa_failed, NULL)) {
635 if (matchp == NULL) // Matched. Don't care where

Completed in 542 milliseconds