Lines Matching defs:hash_entry
41 struct hash_entry {
48 struct hash_entry *table;
76 void (*delete_function)(struct hash_entry *entry));
78 void (*delete_function)(struct hash_entry *entry));
87 struct hash_entry *
89 struct hash_entry *
92 struct hash_entry *
94 struct hash_entry *
98 struct hash_entry *entry);
102 struct hash_entry *_mesa_hash_table_next_entry(struct hash_table *ht,
103 struct hash_entry *entry);
104 struct hash_entry *
106 bool (*predicate)(struct hash_entry *entry));
154 for (struct hash_entry *entry = _mesa_hash_table_next_entry(ht, NULL); \
182 void (*delete_function)(struct hash_entry *entry));