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

  /external/iptables/iptables/
xshared.c 116 struct xtables_rule_match *matchp; local
128 for (matchp = cs->matches; matchp; matchp = matchp->next) {
129 m = matchp->match;
131 if (matchp->completed ||
134 if (cs->c < matchp->match->option_offset ||
135 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE)
ip6tables.c 726 const struct xtables_rule_match *matchp; local
730 for (matchp = matches; matchp; matchp = matchp->next)
731 size += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
740 for (matchp = matches; matchp; matchp = matchp->next)
1192 struct xtables_rule_match *matchp; local
1307 struct xtables_rule_match *matchp; local
    [all...]
iptables.c 711 const struct xtables_rule_match *matchp; local
715 for (matchp = matches; matchp; matchp = matchp->next)
716 size += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
725 for (matchp = matches; matchp; matchp = matchp->next)
1183 struct xtables_rule_match *matchp; local
1303 struct xtables_rule_match *matchp; local
    [all...]
  /external/iptables/libxtables/
xtables.c 1081 struct xtables_rule_match *matchp, *tmp; local
1083 for (matchp = *matches; matchp;) {
1084 tmp = matchp->next;
1085 if (matchp->match->m) {
1086 free(matchp->match->m);
1087 matchp->match->m = NULL;
1089 if (matchp->match == matchp->match->next) {
1090 free(matchp->match)
    [all...]
  /system/core/libpixelflinger/codeflinger/
disassem.c 308 int matchp = 0; local
317 matchp = 1;
323 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/lib/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 8319 milliseconds