Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-hash.c336 case DBUS_HASH_TWO_STRINGS: in _dbus_hash_table_new()
1109 case DBUS_HASH_TWO_STRINGS: in rebuild_table()
1181 _dbus_assert (table->key_type == DBUS_HASH_TWO_STRINGS); in _dbus_hash_table_lookup_two_strings()
1314 _dbus_assert (table->key_type == DBUS_HASH_TWO_STRINGS); in _dbus_hash_table_remove_two_strings()
1472 _dbus_assert (table->key_type == DBUS_HASH_TWO_STRINGS); in _dbus_hash_table_insert_two_strings()
1817 table4 = _dbus_hash_table_new (DBUS_HASH_TWO_STRINGS, in _dbus_hash_test()
Ddbus-hash.h61 DBUS_HASH_TWO_STRINGS, /**< Hash key is two strings in one memory block, i.e. foo\\0bar\\0 */ enumerator
/external/dbus/
DChangeLog9919 * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use