OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DBusDataSlotList
(Results
1 - 7
of
7
) sorted by null
/external/dbus/dbus/
dbus-dataslot.h
31
typedef struct
DBusDataSlotList
DBusDataSlotList
;
67
struct
DBusDataSlotList
79
void _dbus_data_slot_list_init (
DBusDataSlotList
*list);
81
DBusDataSlotList
*list,
88
DBusDataSlotList
*list,
90
void _dbus_data_slot_list_clear (
DBusDataSlotList
*list);
91
void _dbus_data_slot_list_free (
DBusDataSlotList
*list);
dbus-message-private.h
116
DBusDataSlotList
slot_list; /**< Data stored by allocated integer ID */
dbus-dataslot.c
58
* in a #
DBusDataSlotList
. If the value at *slot_id_p is
156
* existing #
DBusDataSlotList
objects with this ID will be freed when the
213
_dbus_data_slot_list_init (
DBusDataSlotList
*list)
238
DBusDataSlotList
*list,
299
DBusDataSlotList
*list,
327
_dbus_data_slot_list_clear (
DBusDataSlotList
*list)
350
_dbus_data_slot_list_free (
DBusDataSlotList
*list)
383
DBusDataSlotList
list;
dbus-server-protected.h
74
DBusDataSlotList
slot_list; /**< Data stored by allocated integer ID */
dbus-pending-call.c
66
DBusDataSlotList
slot_list; /**< Data stored by allocated integer ID */
dbus-connection.c
295
DBusDataSlotList
slot_list; /**< Data stored by allocated integer ID */
[
all
...]
/external/dbus/
cleanup-man-pages.sh
35
for I in DBusCounter.* DBusCredentials.* DBusDataSlot.* DBusDataSlotAllocator.*
DBusDataSlotList
.* \
Completed in 61 milliseconds