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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_hash.h22 typedef struct fts2HashElem fts2HashElem; typedef in typeref:struct:fts2HashElem
36 fts2HashElem *first; /* The first element of the array */
40 fts2HashElem *chain; /* Pointer to first entry with this hash */
50 struct fts2HashElem { struct
51 fts2HashElem *next, *prev; /* Next and previous elements in the table */
92 ** fts2HashElem *p;

Completed in 78 milliseconds