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

  /external/dbus/dbus/
dbus-server.c 827 DBusFreeFunction old_free_function; local
833 old_free_function = server->new_connection_free_data_function;
841 if (old_free_function != NULL)
842 (* old_free_function) (old_data);
    [all...]
dbus-connection.c 4977 DBusFreeFunction old_free_function = NULL; local
    [all...]

Completed in 14 milliseconds