OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:free_data_func
(Results
1 - 11
of
11
) sorted by null
/external/dbus/dbus/
dbus-dataslot.h
39
DBusFreeFunction
free_data_func
; /**< Free the application data */
member in struct:DBusDataSlot
84
DBusFreeFunction
free_data_func
,
dbus-dataslot.c
231
* @param
free_data_func
finalizer function for the data
241
DBusFreeFunction
free_data_func
,
272
list->slots[i].
free_data_func
= NULL;
280
*old_free_func = list->slots[slot].
free_data_func
;
283
list->slots[slot].
free_data_func
=
free_data_func
;
334
if (list->slots[i].
free_data_func
)
335
(* list->slots[i].
free_data_func
) (list->slots[i].data);
337
list->slots[i].
free_data_func
= NULL;
dbus-pending-call-internal.h
62
DBusFreeFunction
free_data_func
);
dbus-pending-call.h
70
DBusFreeFunction
free_data_func
);
dbus-pending-call.c
505
* @param
free_data_func
finalizer function for the data
512
DBusFreeFunction
free_data_func
)
520
slot, data,
free_data_func
,
805
* @param
free_data_func
finalizer function for the data
812
DBusFreeFunction
free_data_func
)
821
retval = _dbus_pending_call_set_data_unlocked (pending, slot, data,
free_data_func
);
dbus-server.h
97
DBusFreeFunction
free_data_func
);
dbus-message.h
282
DBusFreeFunction
free_data_func
);
dbus-server.c
[
all
...]
dbus-connection.h
314
DBusFreeFunction
free_data_func
);
dbus-message.c
[
all
...]
dbus-connection.c
[
all
...]
Completed in 3676 milliseconds