Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts2/
H A Dfts2_hash.h22 typedef struct fts2HashElem fts2HashElem; typedef
50 struct fts2HashElem { struct
51 fts2HashElem *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 */