Lines Matching refs:sender
378 char *sender;
387 const char *sender)
411 if (sender == NULL) {
416 if (strcmp(sender, "org.freedesktop.DBus") == 0) {
421 state->sender = talloc_strdup(state, sender);
422 if (state->sender == NULL) {
428 "Looking for identity of sender [%s]\n", sender);
431 key.str = discard_const(sender);
435 "%s already present in the clients table\n", sender);
441 "Failed to look up %s in the clients table\n", sender);
446 /* We don't know this sender yet, let's ask the system bus */
473 DBUS_TYPE_STRING, &sender,
551 key.str = talloc_steal(state->conn->clients, state->sender);