Home | History | Annotate | Download | only in dbus

Lines Matching defs:old_free_func

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;
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);