Home
last modified time | relevance | path

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

/third_party/iptables/iptables/
Dnft-shared.h173 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);
Dnft-shared.c963 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2) in compare_targets() function
Dnft.c2074 if (!compare_targets(cs->target, this.target)) { in nft_rule_cmp()
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-target.c1252 compare_targets (const GstEncodingTarget * ta, const GstEncodingTarget * tb) in compare_targets() function
1270 if (g_list_find_custom (res, target, (GCompareFunc) compare_targets)) in merge_targets()