Searched defs:HashElem (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/src/
H A Dhash.h25 typedef struct HashElem HashElem; typedef in typeref:struct:HashElem
39 HashElem *first; /* The first element of the array */
43 HashElem *chain; /* Pointer to first entry with this hash */
53 struct HashElem { struct
54 HashElem *next, *prev; /* Next and previous elements in the table */
94 ** HashElem *p;

Completed in 18 milliseconds