Home
last modified time | relevance | path

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

/third_party/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.c176 print_match(const char *prefix, const struct xt_set_info *info) in print_match() function
199 print_match("match-set", &info->match_set); in set_print_v1()
207 print_match("--match-set", &info->match_set); in set_save_v1()
280 print_match("match-set", &info->match_set); in set_print_v2()
290 print_match("--match-set", &info->match_set); in set_save_v2()
476 print_match(opt, &info->match_set); in set_print_v3_matchinfo()
645 print_match(opt, &info->match_set); in set_print_v4_matchinfo()
/third_party/boost/doc/html/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()
/third_party/boost/libs/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()
/third_party/ntfs-3g/ntfsprogs/
Dntfscluster.c429 static int print_match(ntfs_inode *ino, ATTR_RECORD *attr, in print_match() function
516 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main()
524 result = cluster_find(vol, opts.range_begin, opts.range_end, (cluster_cb*)&print_match, NULL); in main()
/third_party/pcre2/pcre2/src/
Dpcre2grep.c947 print_match(const void *buf, int length) in print_match() function
1083 print_match(const void *buf, int length) in print_match() function
1142 print_match(const void *buf, int length) in print_match() function
2168 print_match(subject + ovector[value], capturesize); in display_output_text()
2841 print_match(ptr + offsets[n*2], plen); in pcre2grep()
3016 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep()
3076 print_match(ptr + offsets[0], offsets[1] - offsets[0]); in pcre2grep()
/third_party/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.c1399 print_match(const STRUCT_ENTRY_MATCH *m) in print_match() function
/third_party/iptables/iptables/
Dip6tables.c350 print_match(const struct xt_entry_match *m, in print_match() function
436 IP6T_MATCH_ITERATE(fw, print_match, &fw->ipv6, format & FMT_NUMERIC); in print_firewall()
Diptables.c340 print_match(const struct xt_entry_match *m, in print_match() function
427 IPT_MATCH_ITERATE(fw, print_match, &fw->ip, format & FMT_NUMERIC); in print_firewall()
/third_party/pcre2/pcre2/
DChangeLog1622 * add print_match for the undefined case;