Home
last modified time | relevance | path

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

/external/dbus/dbus/
Ddbus-hash.c1018 DBusHashEntry **old_buckets; in rebuild_table() local
1031 old_buckets = table->buckets; in rebuild_table()
1055 table->buckets = old_buckets; in rebuild_table()
1097 for (old_chain = old_buckets; old_size > 0; old_size--, old_chain++) in rebuild_table()
1137 if (old_buckets != table->static_buckets) in rebuild_table()
1138 dbus_free (old_buckets); in rebuild_table()