Home
last modified time | relevance | path

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

/external/chromium_org/third_party/sqlite/src/ext/fts3/
Dfts3_aux.c22 typedef struct Fts3auxCursor Fts3auxCursor; typedef
29 struct Fts3auxCursor { struct
30 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 …]