Home
last modified time | relevance | path

Searched refs:slot_list (Results 1 – 7 of 7) sorted by relevance

/external/chromium/net/base/
Dcert_database_nss.cc135 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/
Ddbus-pending-call.c65 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()
Ddbus-message-private.h118 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member
Ddbus-server.c133 _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()
Ddbus-server-protected.h72 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member
Ddbus-message.c595 _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()
Ddbus-connection.c275 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()