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

  /external/curl/lib/
hostcheck.c 130 char *matchp; local
137 matchp = strdup(match_pattern);
138 if(matchp) {
141 if(hostmatch(hostp, matchp) == CURL_HOST_MATCH)
145 free(matchp);
  /external/iptables/iptables/
xtables-translate.c 92 struct xtables_rule_match *matchp; local
95 for (matchp = cs->matches; matchp; matchp = matchp->next) {
98 .match = matchp->match->m,
103 if (!matchp->match->xlate)
106 ret = matchp->match->xlate(xl, &params);
108 if (strcmp(matchp->match->name, "comment") != 0)
119 struct xtables_rule_match *matchp; local
    [all...]
xshared.c 119 struct xtables_rule_match *matchp; local
131 for (matchp = cs->matches; matchp; matchp = matchp->next) {
132 m = matchp->match;
134 if (matchp->completed ||
137 if (cs->c < matchp->match->option_offset ||
138 cs->c >= matchp->match->option_offset + XT_OPTION_OFFSET_SCALE)
nft-shared.c 735 struct xtables_rule_match *matchp; local
737 for (matchp = m; matchp; matchp = matchp->next) {
738 if (matchp->match->alias) {
740 matchp->match->alias(matchp->match->m));
742 printf("-m %s", matchp->match->name);
744 if (matchp->match->save != NULL)
765 struct xtables_rule_match *matchp; local
    [all...]
ip6tables.c 763 const struct xtables_rule_match *matchp; local
767 for (matchp = matches; matchp; matchp = matchp->next)
768 size += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
777 for (matchp = matches; matchp; matchp = matchp->next)
1234 struct xtables_rule_match *matchp; local
1353 struct xtables_rule_match *matchp; local
    [all...]
iptables.c 747 const struct xtables_rule_match *matchp; local
751 for (matchp = matches; matchp; matchp = matchp->next)
752 size += XT_ALIGN(sizeof(struct xt_entry_match)) + matchp->match->size;
761 for (matchp = matches; matchp; matchp = matchp->next)
1224 struct xtables_rule_match *matchp; local
1347 struct xtables_rule_match *matchp; local
    [all...]
nft-ipv4.c 32 struct xtables_rule_match *matchp; local
77 for (matchp = cs->matches; matchp; matchp = matchp->next) {
79 if (strcmp(matchp->match->name, "comment") == 0) {
80 ret = add_comment(r, (char *)matchp->match->m->data);
84 ret = add_match(r, matchp->match->m);
nft-ipv6.c 31 struct xtables_rule_match *matchp; local
65 for (matchp = cs->matches; matchp; matchp = matchp->next) {
67 if (strcmp(matchp->match->name, "comment") == 0) {
68 ret = add_comment(r, (char *)matchp->match->m->data);
72 ret = add_match(r, matchp->match->m);
nft-bridge.c 440 struct xtables_match *matchp; local
518 matchp = m->u.match;
519 if (matchp->print != NULL) {
520 matchp->print(&cs.fw, matchp->m,
xtables.c 691 struct xtables_rule_match *matchp; local
1103 for (matchp = cs->matches; matchp; matchp = matchp->next)
1104 xtables_option_mfcall(matchp->match);
    [all...]
  /external/iptables/libxtables/
xtables.c 1105 struct xtables_rule_match *matchp, *tmp; local
1107 for (matchp = *matches; matchp;) {
1108 tmp = matchp->next;
1109 if (matchp->match->m) {
1110 free(matchp->match->m);
1111 matchp->match->m = NULL;
1113 if (matchp->match == matchp->match->next) {
1114 free(matchp->match)
    [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);
  /external/swiftshader/third_party/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);
  /external/swiftshader/third_party/llvm-7.0/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);
  /external/swiftshader/third_party/llvm-subzero/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);

Completed in 394 milliseconds