Searched refs:guid (Results 1 - 17 of 17) sorted by relevance

/external/dbus/dbus/
H A Ddbus-auth.h44 DBusAuth* _dbus_auth_server_new (const DBusString *guid);
H A Ddbus-server-protected.h62 DBusGUID guid; /**< Globally unique ID of server */ member in struct:DBusServer
H A Ddbus-auth-script.c234 DBusString guid; local
239 _dbus_string_init_const (&guid, "5fa01f4202cd837709a3274ca0df9d00");
339 auth = _dbus_auth_server_new (&guid);
H A Ddbus-connection.c1545 const char *guid; local
1547 guid = dbus_address_entry_get_value (entry, "guid");
1549 if (guid != NULL)
1554 guid);
1577 _dbus_verbose ("looked up existing connection to server guid %s\n",
1578 guid);
1582 _dbus_verbose ("looked up existing connection to server guid %s but it was disconnected so ignoring it\n",
1583 guid);
1596 const char *guid)
1595 connection_record_shared_unlocked(DBusConnection *connection, const char *guid) argument
1765 const char *guid; local
[all...]
H A Ddbus-auth.c213 DBusString guid; /**< Our globally unique ID in hex encoding */ member in struct:__anon711
1334 _dbus_string_copy (& DBUS_AUTH_SERVER (auth)->guid,
1977 _dbus_auth_server_new (const DBusString *guid) argument
1986 if (!_dbus_string_copy (guid, 0, &guid_copy, 0))
2004 server_auth->guid = guid_copy;
2095 _dbus_string_free (& DBUS_AUTH_SERVER (auth)->guid);
H A Ddbus-server.c56 * already have a guid, but it shouldn't
70 !_dbus_string_append (&with_guid, ",guid=") ||
110 _dbus_generate_uuid (&server->guid);
112 if (!_dbus_uuid_encode (&server->guid, &server->guid_hex))
/external/webkit/WebCore/storage/
H A DDatabase.cpp105 static inline void updateGuidVersionMap(int guid, String newVersion) argument
117 guidToVersionMap().set(guid, newVersion.isEmpty() ? String() : newVersion.threadsafeCopy());
468 int guid = stringIdentifierToGUIDMap.get(stringID); local
469 if (!guid) {
471 guid = currentNewGUID++;
472 stringIdentifierToGUIDMap.set(stringID, guid);
475 return guid;
518 LOG(StorageAPI, "Current cached version for guid %i is %s", m_guid, currentVersion.ascii().data());
520 LOG(StorageAPI, "No cached version for guid %i", m_guid);
H A DDatabaseTracker.cpp117 if (!m_database.executeCommand("CREATE TABLE Databases (guid INTEGER PRIMARY KEY AUTOINCREMENT, origin TEXT, name TEXT, displayName TEXT, estimatedSize INTEGER, path TEXT);")) {
173 SQLiteStatement statement(m_database, "SELECT guid FROM Databases WHERE origin=? AND name=?;");
354 int64_t guid = 0; local
359 SQLiteStatement statement(m_database, "SELECT guid FROM Databases WHERE origin=? AND name=?");
368 guid = statement.getColumnInt64(0);
371 if (guid == 0) {
378 LOG_ERROR("Could not retrieve guid for database %s in origin %s from the tracker database - it is invalid to set database details on a database that doesn't already exist in the tracker",
384 SQLiteStatement updateStatement(m_database, "UPDATE Databases SET displayName=?, estimatedSize=? WHERE guid=?");
390 updateStatement.bindInt64(3, guid);
/external/quake/quake/src/QW/dxsdk/sdk/inc/
H A Dd3dcaps.h229 #define D3DFDS_GUID 0x00000002L /* Match guid */
253 GUID guid; member in struct:_D3DFINDDEVICESEARCH
260 GUID guid; /* guid which matched */ member in struct:_D3DFINDDEVICERESULT
/external/quake/quake/src/WinQuake/dxsdk/SDK/INC/
H A DD3DCAPS.H229 #define D3DFDS_GUID 0x00000002L /* Match guid */
253 GUID guid; member in struct:_D3DFINDDEVICESEARCH
260 GUID guid; /* guid which matched */ member in struct:_D3DFINDDEVICERESULT
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/extensions/
H A DXvlib.h129 char guid[16]; /* Globally Unique IDentifier */ member in struct:__anon3546
H A DXvproto.h114 CARD8 guid[16]; member in struct:__anon3553
/external/qemu/
H A Dtap-win32.c193 static int is_tap_win32_dev(const char *guid) argument
272 !strcmp (net_cfg_instance_id, guid)) {
/external/wpa_supplicant/
H A Ddriver_ndis.c2400 char guid[128];
2444 for (j = 0; j < sizeof(guid); j++) {
2445 guid[j] = (char) *pos;
2450 guid[sizeof(guid) - 1] = '\0';
2452 (int) i, guid);
2453 if (os_strstr(drv->ifname, guid) == NULL)
/external/wpa_supplicant_6/wpa_supplicant/src/drivers/
H A Ddriver_ndis.c2433 char guid[128];
2477 for (j = 0; j < sizeof(guid); j++) {
2478 guid[j] = (char) *pos;
2483 guid[sizeof(guid) - 1] = '\0';
2485 (int) i, guid);
2486 if (os_strstr(drv->ifname, guid) == NULL)
/external/qemu/distrib/sdl-1.2.12/src/video/Xext/Xv/
H A DXv.c901 memcpy(&(ret[i].guid[0]), &(Info.guid[0]), 16);
/external/qemu/distrib/sdl-1.2.12/src/video/windx5/
H A DSDL_dx5events.c135 REFGUID guid; member in struct:__anon3695
172 result = IDirectInput_CreateDevice(dinput, inputs[i].guid,

Completed in 450 milliseconds