Lines Matching refs:send_destination
1143 const char *send_destination; in append_rule_from_element() local
1168 "send_destination", &send_destination, in append_rule_from_element()
1187 if (!(send_interface || send_member || send_error || send_destination || in append_rule_from_element()
1254 ((send_destination && receive_interface) || in append_rule_from_element()
1255 (send_destination && receive_member) || in append_rule_from_element()
1256 (send_destination && receive_error) || in append_rule_from_element()
1257 (send_destination && receive_sender) || in append_rule_from_element()
1258 (send_destination && receive_requested_reply) || in append_rule_from_element()
1259 (send_destination && own) || in append_rule_from_element()
1260 (send_destination && user) || in append_rule_from_element()
1261 (send_destination && group)) || in append_rule_from_element()
1330 if (send_interface || send_member || send_error || send_destination || in append_rule_from_element()
1341 if (IS_WILDCARD (send_destination)) in append_rule_from_element()
1342 send_destination = NULL; in append_rule_from_element()
1399 rule->d.send.destination = _dbus_strdup (send_destination); in append_rule_from_element()
1408 if (send_destination && rule->d.send.destination == NULL) in append_rule_from_element()