Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts1/
H A Dft_hash.h22 typedef struct HashElem HashElem; typedef
52 struct HashElem { struct
53 HashElem *next, *prev; /* Next and previous elements in the table */ argument
54 void *data; /* Data associated with this element */
55 void *pKey; int nKey; /* Key associated with this element */
/sqlite-3.40.0/src/
H A Dhash.h20 typedef struct HashElem HashElem; typedef
59 struct HashElem { struct
60 HashElem *next, *prev; /* Next and previous elements in the table */ argument
78 ** HashElem *p; argument