Searched defs:hashentry (Results 1 – 2 of 2) sorted by relevance
40 struct hashentry { /* Entry in bucket */ struct41 struct hashentry **prev; argument42 struct hashentry *next; argument46 typedef struct hashentry Hashentry; argument
38 struct hashentry { struct39 struct hashentry **prev; argument40 struct hashentry *next; argument47 struct hashentry **tab; argument