OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slot_list
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-message-private.h
118
DBusDataSlotList
slot_list
; /**< Data stored by allocated integer ID */
member in struct:DBusMessage
dbus-server-protected.h
72
DBusDataSlotList
slot_list
; /**< Data stored by allocated integer ID */
member in struct:DBusServer
dbus-pending-call.c
65
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
,
dbus-connection.c
274
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
[
all
...]
/external/chromium/net/base/
cert_database_nss.cc
135
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 39 milliseconds