Searched defs:hashnode (Results 1 – 1 of 1) sorted by relevance
727 struct hashnode { struct728 struct hashnode *next; /* double links for easy deletion */ argument729 struct hashnode *prev; argument730 struct hashnode **bucket_hdr; /* also, a back pointer to this node's hash argument739 typedef struct hashnode HASHNODE; argument