Searched refs:static_buckets (Results 1 – 1 of 1) sorted by relevance
175 DBusHashEntry *static_buckets[DBUS_SMALL_HASH_TABLE]; member314 _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()