Home | History | Annotate | Download | only in bus

Lines Matching refs:hash_entry

907   DBusPreallocatedHash *hash_entry;
921 _dbus_assert (d->hash_entry != NULL);
922 bus_service_relink (d->service, d->hash_entry);
926 _dbus_assert (d->hash_entry == NULL);
952 d->hash_entry = NULL;
966 if (d->hash_entry)
968 d->hash_entry);
993 d->hash_entry = _dbus_hash_table_preallocate_entry (service->registry->service_hash);
1018 d->hash_entry == NULL ||