Searched defs:slot_list (Results 1 - 5 of 5) sorted by relevance

/external/dbus/dbus/
H A Ddbus-message-private.h118 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusMessage
H A Ddbus-server-protected.h72 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusServer
H A Ddbus-pending-call.c65 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusPendingCall
139 _dbus_data_slot_list_init (&pending->slot_list);
394 _dbus_data_slot_list_free (&pending->slot_list);
485 &pending->slot_list,
779 &pending->slot_list,
H A Ddbus-connection.c274 DBusMutex *slot_mutex; /**< Lock on slot_list so overall connection lock need not be taken */
275 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusConnection
1332 _dbus_data_slot_list_init (&connection->slot_list);
2682 _dbus_data_slot_list_free (&connection->slot_list);
5933 &connection->slot_list,
5977 &connection->slot_list,
/external/chromium/net/base/
H A Dcert_database_nss.cc135 PK11SlotList* slot_list = NULL; local
137 slot_list = PK11_GetAllTokens(CKM_INVALID_MECHANISM,
141 if (!slot_list) {
146 PK11SlotListElement* slot_element = PK11_GetFirstSafe(slot_list);
149 slot_element = PK11_GetNextSafe(slot_list, slot_element,
153 PK11_FreeSlotList(slot_list);

Completed in 202 milliseconds