Searched defs:HashElem (Results 1 – 1 of 1) sorted by relevance
25 typedef struct HashElem HashElem; typedef53 struct HashElem { struct54 HashElem *next, *prev; /* Next and previous elements in the table */ argument55 void *data; /* Data associated with this element */56 void *pKey; int nKey; /* Key associated with this element */