Searched defs:Fts3Cursor (Results 1 – 1 of 1) sorted by relevance
102 typedef struct Fts3Cursor Fts3Cursor; typedef161 struct Fts3Cursor { struct162 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