Searched defs:hashentry (Results 1 – 3 of 3) sorted by relevance
42 struct hashentry { /* Entry in bucket */ struct43 struct hashentry **prev; argument44 struct hashentry *next; argument48 typedef struct hashentry Hashentry; argument
40 struct hashentry { struct41 struct hashentry **prev; argument42 struct hashentry *next; argument49 struct hashentry **tab; argument
222 struct hashentry struct227 extern struct hashentry hashtab[ ]; argument