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