Lines Matching refs:hash_entry
41 typedef struct hash_entry struct
47 struct hash_entry *next; argument
49 hash_entry; typedef
98 htab->table = XCALLOC (init_size + 1, hash_entry); in hash_init()
153 hash_entry *table = htab->table; in lookup()
193 hash_entry *table = htab->table; in hash_find_entry()
212 hash_entry *table = htab->table; in insert_entry_2()
241 hash_entry *table = htab->table; in resize()
247 htab->table = XCALLOC (1 + htab->size, hash_entry); in resize()
271 hash_entry *table = htab->table; in hash_insert_entry()
298 hash_entry *table = htab->table; in hash_set_value()
328 hash_entry *curr; in hash_iterate()
340 curr = (hash_entry *) *ptr; in hash_iterate()
362 hash_entry *curr; in hash_iterate_modify()
374 curr = (hash_entry *) *ptr; in hash_iterate_modify()