HomeSort by relevance Sort by last modified time
    Searched refs:slot_list (Results 1 - 6 of 6) sorted by null

  /external/dbus/dbus/
dbus-message-private.h 109 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusMessage
dbus-pending-call.c 64 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusPendingCall
140 _dbus_data_slot_list_init (&pending->slot_list);
395 _dbus_data_slot_list_free (&pending->slot_list);
487 &pending->slot_list,
803 &pending->slot_list,
dbus-server-protected.h 73 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusServer
dbus-server.c 132 _dbus_data_slot_list_init (&server->slot_list);
179 _dbus_data_slot_list_free (&server->slot_list);
1065 &server->slot_list,
1101 &server->slot_list,
    [all...]
dbus-message.c 521 _dbus_data_slot_list_clear (&message->slot_list);
933 _dbus_data_slot_list_free (&message->slot_list);
981 _dbus_data_slot_list_init (&message->slot_list);
    [all...]
dbus-connection.c 260 DBusDataSlotList slot_list; /**< Data stored by allocated integer ID */ member in struct:DBusConnection
    [all...]

Completed in 23 milliseconds