Home
last modified time | relevance | path

Searched refs:compare_matches (Results 1 – 4 of 4) sorted by relevance

/external/iptables/iptables/
Dnft-shared.h172 bool compare_matches(struct xtables_rule_match *mt1, struct xtables_rule_match *mt2);
Dnft-shared.c927 bool compare_matches(struct xtables_rule_match *mt1, in compare_matches() function
Dnft.c2069 if (!compare_matches(cs->matches, this.matches)) { in nft_rule_cmp()
/external/libcups/scheduler/
Dcups-driverd.cxx158 static int compare_matches(const ppd_info_t *p0,
716 compare_matches(const ppd_info_t *p0, /* I - First PPD */ in compare_matches() function
1289 matches = cupsArrayNew((cups_array_func_t)compare_matches, NULL); in list_ppds()