Searched defs:Fts3auxCursor (Results 1 – 1 of 1) sorted by relevance
22 typedef struct Fts3auxCursor Fts3auxCursor; typedef29 struct Fts3auxCursor { struct30 sqlite3_vtab_cursor base; /* Base class used by SQLite core */31 Fts3SegReaderCursor csr; /* Must be right after "base" */32 Fts3SegFilter filter;33 char *zStop;34 int nStop; /* Byte-length of string zStop */35 int isEof; /* True if cursor is at EOF */36 sqlite3_int64 iRowid; /* Current rowid */38 int iCol; /* Current value of 'col' column */[all …]