Lines Matching refs:hash_entry
42 typedef struct hash_entry
48 struct hash_entry *next;
50 hash_entry;
99 htab->table = (hash_entry *) xcalloc (init_size + 1, sizeof (hash_entry));
154 hash_entry *table = htab->table;
194 hash_entry *table = htab->table;
213 hash_entry *table = htab->table;
242 hash_entry *table = htab->table;
248 htab->table = (hash_entry *) xcalloc (1 + htab->size, sizeof (hash_entry));
272 hash_entry *table = htab->table;
299 hash_entry *table = htab->table;
329 hash_entry *curr;
341 curr = (hash_entry *) *ptr;
363 hash_entry *curr;
375 curr = (hash_entry *) *ptr;