HomeSort by relevance Sort by last modified time
    Searched refs:expected_guid (Results 1 - 2 of 2) sorted by null

  /external/dbus/dbus/
dbus-transport-protected.h 101 char *expected_guid; /**< GUID we expect the server to have, #NULL on server side or if we don't have an expectation */ member in struct:DBusTransport
dbus-transport.c 179 transport->expected_guid = NULL;
229 dbus_free (transport->expected_guid);
365 char *expected_guid; local
373 expected_guid = _dbus_strdup (expected_guid_orig);
375 if (expected_guid_orig != NULL && expected_guid == NULL)
420 dbus_free (expected_guid);
432 * an effect on the expected_guid semantics (i.e.
433 * expected_guid and transport->expected_guid may
439 if(expected_guid)
    [all...]

Completed in 40 milliseconds