HomeSort by relevance Sort by last modified time
    Searched full:old_buckets (Results 1 - 1 of 1) sorted by null

  /external/dbus/dbus/
dbus-hash.c 925 DBusHashEntry **old_buckets; local
938 old_buckets = table->buckets;
962 table->buckets = old_buckets;
1004 for (old_chain = old_buckets; old_size > 0; old_size--, old_chain++)
1035 if (old_buckets != table->static_buckets)
1036 dbus_free (old_buckets);
    [all...]

Completed in 251 milliseconds