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

  /external/iptables/
ip6tables.c 326 struct ip6tables_rule_match *matchp = NULL; local
398 for (matchp = matches; matchp; matchp = matchp->next) {
400 matchp->match->help();
1538 struct ip6tables_rule_match *matchp; local
1804 struct ip6tables_rule_match *matchp; local
1828 struct ip6tables_rule_match *matchp, *tmp; local
1871 struct ip6tables_rule_match *matchp; local
    [all...]
iptables.c 413 struct iptables_rule_match *matchp = NULL; local
489 for (matchp = matches; matchp; matchp = matchp->next) {
491 matchp->match->help();
1607 struct iptables_rule_match *matchp; local
1873 struct iptables_rule_match *matchp; local
1897 struct iptables_rule_match *matchp, *tmp; local
1955 struct iptables_rule_match *matchp; local
    [all...]
  /system/core/libacc/tests/
disassem.cpp 305 int matchp; local
311 matchp = 0;
318 matchp = 1;
324 if (!matchp) {
  /system/core/libpixelflinger/codeflinger/
disassem.c 306 int matchp; local
312 matchp = 0;
319 matchp = 1;
325 if (!matchp) {
  /bionic/libc/regex/
engine.c 766 char *matchp; /* last p at which a match ended */ local
773 matchp = NULL;
814 matchp = p;
828 return(matchp);

Completed in 166 milliseconds