Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-hash.c925 DBusHashEntry **old_buckets; in rebuild_table() local
938 old_buckets = table->buckets; in rebuild_table()
962 table->buckets = old_buckets; in rebuild_table()
1004 for (old_chain = old_buckets; old_size > 0; old_size--, old_chain++) in rebuild_table()
1035 if (old_buckets != table->static_buckets) in rebuild_table()
1036 dbus_free (old_buckets); in rebuild_table()