HomeSort by relevance Sort by last modified time
    Searched full:free_key_function (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-hash.c 203 DBusFreeFunction free_key_function; /**< Function to free keys */ member in struct:DBusHashTable
347 table->free_key_function = key_free_function;
456 if (table->free_key_function)
457 (* table->free_key_function) (entry->key);
    [all...]

Completed in 69 milliseconds