Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c193184 typedef struct Fts3HashElem Fts3HashElem; typedef
193212 struct Fts3HashElem { struct
193213 Fts3HashElem *next, *prev; /* Next and previous elements in the table */ argument
193214 void *data; /* Data associated with this element */
193215 void *pKey; int nKey; /* Key associated with this element */