Home
last modified time | relevance | path

Searched refs:print_match (Results 1 – 10 of 10) sorted by relevance

/external/iptables/extensions/
Dlibxt_statistic.c100 static void print_match(const struct xt_statistic_info *info, char *prefix) in print_match() function
126 print_match(info, ""); in statistic_print()
133 print_match(info, "--"); in statistic_save()
Dlibxt_set.c182 print_match(const char *prefix, const struct xt_set_info *info) in print_match() function
205 print_match("match-set", &info->match_set); in set_print_v1()
213 print_match("--match-set", &info->match_set); in set_save_v1()
286 print_match("match-set", &info->match_set); in set_print_v2()
296 print_match("--match-set", &info->match_set); in set_save_v2()
475 print_match(opt, &info->match_set); in set_print_v3_matchinfo()
638 print_match(opt, &info->match_set); in set_print_v4_matchinfo()
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/spawn/
Dparallel_grep.cpp28 void print_match(std::string input_file, std::string line) in print_match() function
44 dispatch(output_strand, boost::bind(&print_match, input_file, line)); in search_file()
/external/pcre/src/
Dpcre2grep.c959 print_match(const void *buf, int length) in print_match() function
1095 print_match(const void *buf, int length) in print_match() function
1154 print_match(const void *buf, int length) in print_match() function
2224 print_match(subject + ovector[value], capturesize); in display_output_text()
2870 print_match(ptr + offsets[n*2], plen); in pcre2grep()
3033 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep()
3093 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep()
/external/iptables/libiptc/
Dlibip6tc.c182 IP6T_MATCH_ITERATE(e, print_match); in dump_entry()
Dlibip4tc.c148 IPT_MATCH_ITERATE(e, print_match); in dump_entry()
Dlibiptc.c1402 print_match(const STRUCT_ENTRY_MATCH *m) in print_match() function
/external/iptables/iptables/
Dip6tables.c107 print_match(const struct xt_entry_match *m, in print_match() function
173 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC); in print_firewall()
Diptables.c107 print_match(const struct xt_entry_match *m, in print_match() function
172 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC); in print_firewall()
/external/pcre/
DChangeLog2110 * add print_match for the undefined case;