HomeSort by relevance Sort by last modified time
    Searched refs:matchp (Results 1 - 9 of 9) sorted by null

  /external/iptables/iptables/
xshared.c 110 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)
ip6tables.c 764 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->next)
1230 struct xtables_rule_match *matchp; local
1254 struct xtables_rule_match *matchp, *tmp; local
1349 struct xtables_rule_match *matchp; local
    [all...]
iptables.c 769 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->next)
1241 struct xtables_rule_match *matchp; local
1265 struct xtables_rule_match *matchp, *tmp; local
1378 struct xtables_rule_match *matchp; local
    [all...]
  /system/core/libpixelflinger/codeflinger/
disassem.c 309 int matchp; local
315 matchp = 0;
322 matchp = 1;
328 if (!matchp) {
  /external/chromium_org/third_party/re2/re2/
re2.cc 570 StringPiece* matchp = &match; local
572 matchp = NULL;
633 matchp, &dfa_failed, NULL)) {
653 if (matchp == NULL) // Matched. Don't care where
    [all...]
  /external/regex-re2/re2/
re2.cc 552 StringPiece* matchp = &match; local
554 matchp = NULL;
615 matchp, &dfa_failed, NULL)) {
635 if (matchp == NULL) // Matched. Don't care where
    [all...]
  /external/llvm/lib/Support/
regengine.inc 779 const char *matchp; /* last p at which a match ended */
786 matchp = NULL;
827 matchp = p;
841 return(matchp);
  /bionic/libc/upstream-netbsd/libc/regex/
engine.c 882 const char *matchp; /* last p at which a match ended */ local
893 matchp = NULL;
934 matchp = p;
948 return(matchp);
  /ndk/sources/host-tools/ndk-stack/regex/
engine.c 768 char *matchp; /* last p at which a match ended */ local
775 matchp = NULL;
816 matchp = p;
830 return(matchp);

Completed in 270 milliseconds