Searched refs:server_guid (Results 1 – 5 of 5) sorted by relevance
100 const DBusString *server_guid, in _dbus_transport_init_base() argument113 if (server_guid) in _dbus_transport_init_base()114 auth = _dbus_auth_server_new (server_guid); in _dbus_transport_init_base()140 if (server_guid) in _dbus_transport_init_base()166 transport->is_server = (server_guid != NULL); in _dbus_transport_init_base()728 const char *server_guid; in _dbus_transport_get_is_authenticated() local730 server_guid = _dbus_auth_get_guid_from_server (transport->auth); in _dbus_transport_get_is_authenticated()731 _dbus_assert (server_guid != NULL); in _dbus_transport_get_is_authenticated()734 strcmp (transport->expected_guid, server_guid) != 0) in _dbus_transport_get_is_authenticated()737 transport->expected_guid, server_guid); in _dbus_transport_get_is_authenticated()[all …]
31 const DBusString *server_guid,
124 const DBusString *server_guid,
297 …char *server_guid; /**< GUID of server if we are in shared_connections, #NULL if server GUID is un… member1680 _dbus_assert (connection->server_guid == NULL); in connection_record_shared_unlocked()1731 connection->server_guid = guid_in_connection; in connection_record_shared_unlocked()1734 connection->server_guid); in connection_record_shared_unlocked()1738 _dbus_assert (connection->server_guid != NULL); in connection_record_shared_unlocked()1753 if (connection->server_guid != NULL) in connection_forget_shared_unlocked()1756 connection->server_guid); in connection_forget_shared_unlocked()1759 connection->server_guid)) in connection_forget_shared_unlocked()1762 dbus_free (connection->server_guid); in connection_forget_shared_unlocked()1763 connection->server_guid = NULL; in connection_forget_shared_unlocked()[all …]
1233 const DBusString *server_guid, in _dbus_transport_new_for_socket() argument1264 server_guid, address)) in _dbus_transport_new_for_socket()