Home | History | Annotate | Download | only in bus

Lines Matching refs:hash_entry

1010   DBusPreallocatedHash *hash_entry;
1019 _dbus_assert (d->hash_entry != NULL);
1026 d->hash_entry,
1031 d->hash_entry = NULL;
1039 if (d->hash_entry)
1041 d->hash_entry);
1059 d->hash_entry = _dbus_hash_table_preallocate_entry (d->pending_activation->activation->pending_activations);
1063 if (d->hash_entry == NULL ||