Searched refs:slot_list (Results 1 – 7 of 7) sorted by relevance
/external/chromium/net/base/ |
D | cert_database_nss.cc | 135 PK11SlotList* slot_list = NULL; in ListModules() local 137 slot_list = PK11_GetAllTokens(CKM_INVALID_MECHANISM, in ListModules() 141 if (!slot_list) { in ListModules() 146 PK11SlotListElement* slot_element = PK11_GetFirstSafe(slot_list); in ListModules() 149 slot_element = PK11_GetNextSafe(slot_list, slot_element, in ListModules() 153 PK11_FreeSlotList(slot_list); in ListModules()
|
/external/dbus/dbus/ |
D | dbus-pending-call.c | 65 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member 139 _dbus_data_slot_list_init (&pending->slot_list); in _dbus_pending_call_new_unlocked() 394 _dbus_data_slot_list_free (&pending->slot_list); in _dbus_pending_call_last_unref() 486 &pending->slot_list, in _dbus_pending_call_set_data_unlocked() 802 &pending->slot_list, in dbus_pending_call_get_data()
|
D | dbus-message-private.h | 118 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member
|
D | dbus-server.c | 133 _dbus_data_slot_list_init (&server->slot_list); in _dbus_server_init_base() 180 _dbus_data_slot_list_free (&server->slot_list); in _dbus_server_finalize_base() 1101 &server->slot_list, in dbus_server_set_data() 1137 &server->slot_list, in dbus_server_get_data()
|
D | dbus-server-protected.h | 72 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member
|
D | dbus-message.c | 595 _dbus_data_slot_list_clear (&message->slot_list); in dbus_message_cache_or_finalize() 1045 _dbus_data_slot_list_free (&message->slot_list); in dbus_message_finalize() 1109 _dbus_data_slot_list_init (&message->slot_list); in dbus_message_new_empty_header() 4383 &message->slot_list, in dbus_message_set_data() 4414 &message->slot_list, in dbus_message_get_data()
|
D | dbus-connection.c | 275 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member 1332 _dbus_data_slot_list_init (&connection->slot_list); in _dbus_connection_new_for_transport() 2706 _dbus_data_slot_list_free (&connection->slot_list); in _dbus_connection_last_unref() 5981 &connection->slot_list, in dbus_connection_set_data() 6025 &connection->slot_list, in dbus_connection_get_data()
|