Home
last modified time | relevance | path

Searched refs:compare_func (Results 1 – 1 of 1) sorted by relevance

/external/dbus/dbus/
Ddbus-hash.c905 KeyCompareFunc compare_func, in find_generic_function() argument
919 if ((compare_func == NULL && key == entry->key) || in find_generic_function()
920 (compare_func != NULL && (* compare_func) (key, entry->key) == 0)) in find_generic_function()