Searched refs:old_free_function (Results 1 – 2 of 2) sorted by relevance
827 DBusFreeFunction old_free_function; in dbus_server_set_new_connection_function() local833 old_free_function = server->new_connection_free_data_function; in dbus_server_set_new_connection_function()841 if (old_free_function != NULL) in dbus_server_set_new_connection_function()842 (* old_free_function) (old_data); in dbus_server_set_new_connection_function()
4981 DBusFreeFunction old_free_function = NULL; in dbus_connection_set_unix_user_function() local4988 &old_data, &old_free_function); in dbus_connection_set_unix_user_function()4991 if (old_free_function != NULL) in dbus_connection_set_unix_user_function()4992 (* old_free_function) (old_data); in dbus_connection_set_unix_user_function()