Searched defs:HashElem (Results 1 – 5 of 5) sorted by relevance
20 typedef struct HashElem HashElem; typedef59 struct HashElem { struct60 HashElem *next, *prev; /* Next and previous elements in the table */ argument78 ** HashElem *p; argument
22 typedef struct HashElem HashElem; typedef52 struct HashElem { struct53 HashElem *next, *prev; /* Next and previous elements in the table */ argument54 void *data; /* Data associated with this element */55 void *pKey; int nKey; /* Key associated with this element */
7043 typedef struct HashElem HashElem; typedef7082 struct HashElem { struct7083 HashElem *next, *prev; /* Next and previous elements in the table */ argument7101 ** HashElem *p; argument
8117 typedef struct HashElem HashElem; typedef8156 struct HashElem { struct8157 HashElem *next, *prev; /* Next and previous elements in the table */ argument8175 ** HashElem *p; argument