Home | History | Annotate | Download | only in lib

Lines Matching refs:hash_entry

57     struct hash_entry *bucket;
58 struct hash_entry const *bucket_limit;
75 /* A linked list of freed struct hash_entry structs. */
76 struct hash_entry *free_entry_list;
176 struct hash_entry const *bucket;
183 struct hash_entry const *cursor = bucket;
203 struct hash_entry const *bucket;
211 struct hash_entry const *cursor = bucket;
252 struct hash_entry const *bucket
254 struct hash_entry const *cursor;
281 struct hash_entry const *bucket;
300 struct hash_entry const *bucket
302 struct hash_entry const *cursor;
330 struct hash_entry const *bucket;
331 struct hash_entry const *cursor;
362 struct hash_entry const *bucket;
363 struct hash_entry const *cursor;
607 struct hash_entry *bucket;
613 struct hash_entry *cursor;
614 struct hash_entry *next;
650 struct hash_entry *bucket;
651 struct hash_entry *cursor;
652 struct hash_entry *next;
704 static struct hash_entry *
707 struct hash_entry *new;
730 free_entry (Hash_table *table, struct hash_entry *entry)
745 struct hash_entry **bucket_head, bool delete)
747 struct hash_entry *bucket
749 struct hash_entry *cursor;
769 struct hash_entry *next = bucket->next;
794 struct hash_entry *next = cursor->next;
822 struct hash_entry *bucket;
823 struct hash_entry *cursor;
824 struct hash_entry *next;
843 struct hash_entry *new_bucket
858 struct hash_entry *new_entry = allocate_entry (new_table);
911 struct hash_entry *bucket;
925 struct hash_entry *new_entry = allocate_entry (table);
986 struct hash_entry *bucket;
1031 struct hash_entry const *bucket;
1035 struct hash_entry *cursor;