Lines Matching defs:HashEntry
52 struct HashEntry {
55 struct HashEntry *Next; /**< pointer to next entry */
63 struct HashEntry *Table[TABLE_SIZE]; /**< the lookup table */
104 struct HashEntry *entry = table->Table[pos];
106 struct HashEntry *next = entry->Next;
130 const struct HashEntry *entry;
180 struct HashEntry *entry;
208 entry = MALLOC_STRUCT(HashEntry);
234 struct HashEntry *entry, *prev;
293 struct HashEntry *entry, *next;
330 struct HashEntry *entry, *next;
375 const struct HashEntry *entry;
423 const struct HashEntry *entry = table->Table[pos];
492 const struct HashEntry *entry;