HomeSort by relevance Sort by last modified time
    Searched defs:hash_entry (Results 1 - 6 of 6) sorted by null

  /external/bison/lib/
hash.h 35 struct hash_entry struct
38 struct hash_entry *next;
  /external/dbus/bus/
services.c 905 DBusPreallocatedHash *hash_entry; member in struct:__anon3347
919 _dbus_assert (d->hash_entry != NULL);
920 bus_service_relink (d->service, d->hash_entry);
924 _dbus_assert (d->hash_entry == NULL);
950 d->hash_entry = NULL;
964 if (d->hash_entry)
966 d->hash_entry);
991 d->hash_entry = _dbus_hash_table_preallocate_entry (service->registry->service_hash);
1016 d->hash_entry == NULL ||
    [all...]
activation.c 825 DBusPreallocatedHash *hash_entry; member in struct:__anon3306
834 _dbus_assert (d->hash_entry != NULL);
841 d->hash_entry,
846 d->hash_entry = NULL;
854 if (d->hash_entry)
856 d->hash_entry);
874 d->hash_entry = _dbus_hash_table_preallocate_entry (d->pending_activation->activation->pending_activations);
878 if (d->hash_entry == NULL ||
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 59 struct hash_entry *harray;
66 struct hash_entry { struct
88 struct hash_entry *new_array, *ent;
140 sizeof(struct hash_entry) * (fd->max_array+500));
170 const struct hash_entry *he_a = (const struct hash_entry *) a;
171 const struct hash_entry *he_b = (const struct hash_entry *) b;
179 const struct hash_entry *he_a = (const struct hash_entry *) a
    [all...]
  /external/kernel-headers/original/linux/
lockdep.h 79 struct list_head hash_entry; member in struct:lock_class
  /external/webkit/WebKitTools/android/flex-2.5.4a/
flexdef.h 323 struct hash_entry struct
325 struct hash_entry *prev, *next;
331 typedef struct hash_entry **hash_table;
337 extern struct hash_entry *ndtbl[NAME_TABLE_HASH_SIZE];
338 extern struct hash_entry *sctbl[START_COND_HASH_SIZE];
339 extern struct hash_entry *ccltab[CCL_HASH_SIZE];
    [all...]

Completed in 157 milliseconds