Searched defs:HashNode (Results 1 – 1 of 1) sorted by relevance
63 typedef struct HashNode HashNode; typedef64 struct HashNode { struct66 HashNode *next; /* The next hash-table entry in a bucket list */ argument