Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts2/
Dfts2_hash.h21 typedef struct fts2Hash fts2Hash; typedef
32 struct fts2Hash { struct
36 fts2HashElem *first; /* The first element of the array */ argument
40 fts2HashElem *chain; /* Pointer to first entry with this hash */ argument
50 struct fts2HashElem { argument