Home
last modified time | relevance | path

Searched refs:hash_entry (Results 1 – 5 of 5) sorted by relevance

/external/bison/lib/
Dhash.c46 struct hash_entry struct
49 struct hash_entry *next; argument
57 struct hash_entry *bucket;
58 struct hash_entry const *bucket_limit;
76 struct hash_entry *free_entry_list;
176 struct hash_entry const *bucket; in hash_get_max_bucket_length()
183 struct hash_entry const *cursor = bucket; in hash_get_max_bucket_length()
203 struct hash_entry const *bucket; in hash_table_ok()
211 struct hash_entry const *cursor = bucket; in hash_table_ok()
248 static struct hash_entry *
[all …]
/external/squashfs-tools/squashfs-tools/
Dread_xattrs.c52 static struct hash_entry { struct
55 struct hash_entry *next; argument
78 struct hash_entry *hash_entry = malloc(sizeof(*hash_entry)); in save_xattr_block() local
83 if(hash_entry == NULL) in save_xattr_block()
86 hash_entry->start = start; in save_xattr_block()
87 hash_entry->offset = offset; in save_xattr_block()
88 hash_entry->next = hash_table[hash]; in save_xattr_block()
89 hash_table[hash] = hash_entry; in save_xattr_block()
100 struct hash_entry *hash_entry = hash_table[hash]; in get_xattr_block() local
102 for(; hash_entry; hash_entry = hash_entry->next) in get_xattr_block()
[all …]
/external/e2fsprogs/e2fsck/
Drehash.c59 struct hash_entry *harray;
66 struct hash_entry { struct
88 struct hash_entry *new_array, *ent; in fill_dir_block() argument
141 sizeof(struct hash_entry) * (fd->max_array+500)); in fill_dir_block()
171 const struct hash_entry *he_a = (const struct hash_entry *) a; in ino_cmp()
172 const struct hash_entry *he_b = (const struct hash_entry *) b; in ino_cmp()
180 const struct hash_entry *he_a = (const struct hash_entry *) a; in name_cmp()
181 const struct hash_entry *he_b = (const struct hash_entry *) b; in name_cmp()
204 const struct hash_entry *he_a = (const struct hash_entry *) a; in hash_cmp()
205 const struct hash_entry *he_b = (const struct hash_entry *) b; in hash_cmp()
[all …]
/external/dbus/bus/
Dservices.c903 DBusPreallocatedHash *hash_entry; member
917 _dbus_assert (d->hash_entry != NULL); in restore_ownership()
918 bus_service_relink (d->service, d->hash_entry); in restore_ownership()
922 _dbus_assert (d->hash_entry == NULL); in restore_ownership()
948 d->hash_entry = NULL; in restore_ownership()
962 if (d->hash_entry) in free_ownership_restore_data()
964 d->hash_entry); in free_ownership_restore_data()
989 d->hash_entry = _dbus_hash_table_preallocate_entry (service->registry->service_hash); in add_restore_ownership_to_transaction()
1014 d->hash_entry == NULL || in add_restore_ownership_to_transaction()
Dactivation.c1015 DBusPreallocatedHash *hash_entry; member
1024 _dbus_assert (d->hash_entry != NULL); in restore_pending()
1031 d->hash_entry, in restore_pending()
1036 d->hash_entry = NULL; in restore_pending()
1044 if (d->hash_entry) in free_pending_restore_data()
1046 d->hash_entry); in free_pending_restore_data()
1064 …d->hash_entry = _dbus_hash_table_preallocate_entry (d->pending_activation->activation->pending_act… in add_restore_pending_to_transaction()
1068 if (d->hash_entry == NULL || in add_restore_pending_to_transaction()