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 907 DBusPreallocatedHash *hash_entry; member in struct:__anon5425
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 ||
    [all...]
activation.c 1010 DBusPreallocatedHash *hash_entry; member in struct:__anon5382
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 ||
    [all...]
  /external/e2fsprogs/e2fsck/
rehash.c 59 struct hash_entry *harray;
66 struct hash_entry { struct
88 struct hash_entry *new_array, *ent;
141 sizeof(struct hash_entry) * (fd->max_array+500));
171 const struct hash_entry *he_a = (const struct hash_entry *) a;
172 const struct hash_entry *he_b = (const struct hash_entry *) b;
180 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/Tools/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 96 milliseconds