Searched refs:DBUS_HASH_TWO_STRINGS (Results 1 – 3 of 3) sorted by relevance
336 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()
61 DBUS_HASH_TWO_STRINGS, /**< Hash key is two strings in one memory block, i.e. foo\\0bar\\0 */ enumerator
9919 * dbus/dbus-hash.c: Introduce DBUS_HASH_TWO_STRINGS as hack to use