Searched refs:server_guid (Results 1 – 5 of 5) sorted by relevance
104 const DBusString *server_guid, in _dbus_transport_init_base() argument117 if (server_guid) in _dbus_transport_init_base()118 auth = _dbus_auth_server_new (server_guid); in _dbus_transport_init_base()144 if (server_guid) in _dbus_transport_init_base()170 transport->is_server = (server_guid != NULL); in _dbus_transport_init_base()733 const char *server_guid; in _dbus_transport_get_is_authenticated() local735 server_guid = _dbus_auth_get_guid_from_server (transport->auth); in _dbus_transport_get_is_authenticated()736 _dbus_assert (server_guid != NULL); in _dbus_transport_get_is_authenticated()739 strcmp (transport->expected_guid, server_guid) != 0) in _dbus_transport_get_is_authenticated()742 transport->expected_guid, server_guid); in _dbus_transport_get_is_authenticated()
31 const DBusString *server_guid,
124 const DBusString *server_guid,
314 …char *server_guid; /**< GUID of server if we are in shared_connections, #NULL if server GUID is un… member1699 _dbus_assert (connection->server_guid == NULL); in connection_record_shared_unlocked()1750 connection->server_guid = guid_in_connection; in connection_record_shared_unlocked()1753 connection->server_guid); in connection_record_shared_unlocked()1757 _dbus_assert (connection->server_guid != NULL); in connection_record_shared_unlocked()1772 if (connection->server_guid != NULL) in connection_forget_shared_unlocked()1775 connection->server_guid); in connection_forget_shared_unlocked()1778 connection->server_guid)) in connection_forget_shared_unlocked()1781 dbus_free (connection->server_guid); in connection_forget_shared_unlocked()1782 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()