HomeSort by relevance Sort by last modified time
    Searched refs:old_free_func (Results 1 - 6 of 6) sorted by null

  /external/dbus/dbus/
dbus-dataslot.h 85 DBusFreeFunction *old_free_func,
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 480 DBusFreeFunction old_free_func; local
487 &old_free_func, &old_data);
494 if (old_free_func)
495 (* 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 5923 DBusFreeFunction old_free_func; local
    [all...]

Completed in 222 milliseconds