Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dhash.h22 typedef struct HashElem HashElem; typedef
50 struct HashElem { struct
51 HashElem *next, *prev; /* Next and previous elements in the table */ argument
52 void *data; /* Data associated with this element */
53 void *pKey; int nKey; /* Key associated with this element */