Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-hash.c175 DBusHashEntry *static_buckets[DBUS_SMALL_HASH_TABLE]; member
314 _dbus_assert (DBUS_SMALL_HASH_TABLE == _DBUS_N_ELEMENTS (table->static_buckets)); in _dbus_hash_table_new()
316 table->buckets = table->static_buckets; in _dbus_hash_table_new()
419 if (table->buckets != table->static_buckets) in _dbus_hash_table_unref()
1137 if (old_buckets != table->static_buckets) in rebuild_table()