Lines Matching refs:matches_go_to
34 DBusConnection *matches_go_to; /**< Owner of the rule */ member
56 bus_match_rule_new (DBusConnection *matches_go_to) in bus_match_rule_new() argument
65 rule->matches_go_to = matches_go_to; in bus_match_rule_new()
68 _dbus_assert (rule->matches_go_to != NULL); in bus_match_rule_new()
876 bus_match_rule_parse (DBusConnection *matches_go_to, in bus_match_rule_parse() argument
897 rule = bus_match_rule_new (matches_go_to); in bus_match_rule_parse()
1332 _dbus_assert (bus_connection_is_active (rule->matches_go_to)); in bus_matchmaker_add_rule()
1347 if (!bus_connection_add_match_rule (rule->matches_go_to, rule)) in bus_matchmaker_add_rule()
1362 s, rule->matches_go_to); in bus_matchmaker_add_rule()
1377 if (a->matches_go_to != b->matches_go_to) in match_rule_equal()
1447 bus_connection_remove_match_rule (rule->matches_go_to, rule); in bus_matchmaker_remove_rule_link()
1455 s, rule->matches_go_to); in bus_matchmaker_remove_rule_link()
1473 bus_connection_remove_match_rule (rule->matches_go_to, rule); in bus_matchmaker_remove_rule()
1492 s, rule->matches_go_to); in bus_matchmaker_remove_rule()
1568 if (rule->matches_go_to == connection) in rule_list_remove_by_connection()
1966 s, rule->matches_go_to); in get_recipients_from_list()
1978 if (bus_connection_mark_stamp (rule->matches_go_to)) in get_recipients_from_list()
1980 if (!_dbus_list_append (recipients_p, rule->matches_go_to)) in get_recipients_from_list()