Lines Matching full:hash_entry
36 struct hash_entry {
38 struct hash_entry *next;
52 struct hash_entry **table;
92 alloc = size * sizeof (struct hash_entry *);
93 ret->table = (struct hash_entry **) obstack_alloc (&ret->memory, alloc);
125 hash_entry, or NULL if the string is not in the table. If PLIST is
133 static struct hash_entry *
135 struct hash_entry ***plist, unsigned long *phash)
141 struct hash_entry **list;
142 struct hash_entry *p;
143 struct hash_entry *prev;
208 struct hash_entry *p;
209 struct hash_entry **list;
220 p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p));
238 struct hash_entry *p;
239 struct hash_entry **list;
257 p = (struct hash_entry *) obstack_alloc (&table->memory, sizeof (*p));
276 struct hash_entry *p;
300 struct hash_entry *p;
315 struct hash_entry *p;
330 struct hash_entry *p;
331 struct hash_entry **list;
363 struct hash_entry *p;
395 struct hash_entry *p;