Searched defs:hash_entry (Results 1 - 8 of 8) sorted by relevance

/external/bison/lib/
H A Dhash.h35 struct hash_entry struct
38 struct hash_entry *next;
/external/dbus/bus/
H A Dservices.c907 DBusPreallocatedHash *hash_entry; member in struct:__anon4978
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 ||
H A Dactivation.c1010 DBusPreallocatedHash *hash_entry; member in struct:__anon4935
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 ||
/external/e2fsprogs/e2fsck/
H A Drehash.c59 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 *)
[all...]
/external/kernel-headers/original/linux/
H A Dlockdep.h79 struct list_head hash_entry; member in struct:lock_class
/external/webkit/Tools/android/flex-2.5.4a/
H A Dflexdef.h323 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];
1008 extern struct hash_entry *findsym PROTO((register char[], hash_table, int ));
/external/linux-tools-perf/
H A Dbuiltin-lock.c49 struct list_head hash_entry; member in struct:lock_stat
315 list_for_each_entry(ret, entry, hash_entry) {
332 list_add(&new->hash_entry, entry);
843 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
898 list_for_each_entry(st, &lockhash_table[i], hash_entry) {
/external/sepolicy/check_seapp/
H A Dcheck_seapp.c22 typedef struct hash_entry hash_entry; typedef in typeref:struct:hash_entry
73 hash_entry *e;
109 struct hash_entry { struct
700 static void list_add(hash_entry *e) {
728 hash_entry *e;
751 hash_entry *entry;
752 hash_entry *tmp;
768 tmp = (hash_entry *)f->data;
797 entry = malloc(sizeof(hash_entry));
[all...]

Completed in 554 milliseconds