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