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 909 DBusFreeFunction old_free_function; local
915 old_free_function = server->new_connection_free_data_function;
923 if (old_free_function != NULL)
924 (* old_free_function) (old_data);
    [all...]
dbus-connection.c 5270 DBusFreeFunction old_free_function = NULL; local
5369 DBusFreeFunction old_free_function = NULL; local
    [all...]

Completed in 79 milliseconds