Searched refs:static_buckets (Results 1 – 1 of 1) sorted by relevance
175 DBusHashEntry *static_buckets[DBUS_SMALL_HASH_TABLE]; member306 _dbus_assert (DBUS_SMALL_HASH_TABLE == _DBUS_N_ELEMENTS (table->static_buckets)); in _dbus_hash_table_new()308 table->buckets = table->static_buckets; in _dbus_hash_table_new()405 if (table->buckets != table->static_buckets) in _dbus_hash_table_unref()1035 if (old_buckets != table->static_buckets) in rebuild_table()