HomeSort by relevance Sort by last modified time
    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 514 DBusFreeFunction old_free_func; local
521 &old_free_func, &old_data);
528 if (old_free_func)
529 (* old_free_func) (old_data);
dbus-server.c 1138 DBusFreeFunction old_free_func; local
    [all...]
dbus-message.c 4489 DBusFreeFunction old_free_func; local
    [all...]
dbus-connection.c 5933 DBusFreeFunction old_free_func; local
    [all...]

Completed in 145 milliseconds