Searched refs:find_function (Results 1 – 1 of 1) sorted by relevance
/external/dbus/dbus/ |
D | dbus-hash.c | 200 DBusFindEntryFunction find_function; /**< Function for finding entries */ member 331 table->find_function = find_direct_function; in _dbus_hash_table_new() 334 table->find_function = find_string_function; in _dbus_hash_table_new() 338 table->find_function = find_two_strings_function; in _dbus_hash_table_new() 786 entry = (* table->find_function) (table, key, create_if_not_found, &bucket, NULL); in _dbus_hash_iter_lookup() 1157 entry = (* table->find_function) (table, (char*) key, FALSE, NULL, NULL); in _dbus_hash_table_lookup_string() 1183 entry = (* table->find_function) (table, (char*) key, FALSE, NULL, NULL); in _dbus_hash_table_lookup_two_strings() 1209 entry = (* table->find_function) (table, _DBUS_INT_TO_POINTER (key), FALSE, NULL, NULL); in _dbus_hash_table_lookup_int() 1236 entry = (* table->find_function) (table, key, FALSE, NULL, NULL); in _dbus_hash_table_lookup_pointer() 1262 entry = (* table->find_function) (table, (void*) key, FALSE, NULL, NULL); in _dbus_hash_table_lookup_ulong() [all …]
|