Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3Int.h102 typedef struct Fts3Cursor Fts3Cursor; typedef
161 struct Fts3Cursor { struct
162 sqlite3_vtab_cursor base; /* Base class used by SQLite core */
163 i16 eSearch; /* Search strategy (see below) */
164 u8 isEof; /* True if at End Of Results */
188 ** The Fts3Cursor.eSearch member is always set to one of the following. argument