Searched defs:hashentry (Results 1 – 2 of 2) 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