HomeSort by relevance Sort by last modified time
    Searched refs:slot_list (Results 1 - 7 of 7) 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-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-server-protected.h 72 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusServer
dbus-server.c 133 _dbus_data_slot_list_init (&server->slot_list);
180 _dbus_data_slot_list_free (&server->slot_list);
1101 &server->slot_list,
    [all...]
dbus-message.c 595 _dbus_data_slot_list_clear (&message->slot_list);
1045 _dbus_data_slot_list_free (&message->slot_list);
    [all...]
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 1903 milliseconds