Lines Matching refs:HashEntry
52 struct HashEntry { struct
55 struct HashEntry *Next; /**< pointer to next entry */ argument
63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */
104 struct HashEntry *entry = table->Table[pos]; in _mesa_DeleteHashTable()
106 struct HashEntry *next = entry->Next; in _mesa_DeleteHashTable()
130 const struct HashEntry *entry; in _mesa_HashLookup_unlocked()
180 struct HashEntry *entry; in _mesa_HashInsert()
208 entry = MALLOC_STRUCT(HashEntry); in _mesa_HashInsert()
234 struct HashEntry *entry, *prev; in _mesa_HashRemove()
293 struct HashEntry *entry, *next; in _mesa_HashDeleteAll()
330 struct HashEntry *entry, *next; in _mesa_HashWalk()
375 const struct HashEntry *entry; in _mesa_HashNextEntry()
423 const struct HashEntry *entry = table->Table[pos]; in _mesa_HashPrint()
492 const struct HashEntry *entry; in _mesa_HashNumEntries()