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 202 DBusFreeFunction free_key_function; /**< Function to free keys */ member in struct:DBusHashTable
346 table->free_key_function = key_free_function;
455 if (table->free_key_function)
456 (* table->free_key_function) (entry->key);
    [all...]

Completed in 192 milliseconds