OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_free_func
(Results
1 - 5
of
5
) sorted by null
/external/dbus/dbus/
dbus-dataslot.c
232
* @param
old_free_func
free function for any previously-existing data
233
* @param old_data previously-existing data, should be freed with
old_free_func
242
DBusFreeFunction *
old_free_func
,
280
*
old_free_func
= list->slots[slot].free_data_func;
385
DBusFreeFunction
old_free_func
;
local
424
&
old_free_func
, &old_data))
427
_dbus_assert (
old_free_func
== NULL);
444
&
old_free_func
, &old_data))
447
_dbus_assert (
old_free_func
== test_free_slot_data_func);
450
(*
old_free_func
) (old_data)
[
all
...]
dbus-pending-call.c
481
DBusFreeFunction
old_free_func
;
local
488
&
old_free_func
, &old_data);
495
if (
old_free_func
)
496
(*
old_free_func
) (old_data);
dbus-server.c
1092
DBusFreeFunction
old_free_func
;
local
1103
&
old_free_func
, &old_data);
1111
if (
old_free_func
)
1112
(*
old_free_func
) (old_data);
[
all
...]
dbus-message.c
4375
DBusFreeFunction
old_free_func
;
local
[
all
...]
dbus-connection.c
5971
DBusFreeFunction
old_free_func
;
local
[
all
...]
Completed in 420 milliseconds