Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_vocab.c39 typedef struct Fts5VocabCursor Fts5VocabCursor; typedef
50 struct Fts5VocabCursor { struct
51 sqlite3_vtab_cursor base;
53 Fts5Index *pIndex; /* Associated FTS5 index */
55 int bEof; /* True if this cursor is at EOF */
56 Fts5IndexIter *pIter; /* Term/rowid iterator object */
58 int nLeTerm; /* Size of zLeTerm in bytes */
62 Fts5Config *pConfig; /* Fts5 table configuration */
63 int iCol;
64 i64 *aCnt;
[all …]
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_vocab.c44 typedef struct Fts5VocabCursor Fts5VocabCursor; typedef
56 struct Fts5VocabCursor { struct
57 sqlite3_vtab_cursor base;
59 Fts5Table *pFts5; /* Associated FTS5 table */
62 Fts5IndexIter *pIter; /* Term/rowid iterator object */
64 int nLeTerm; /* Size of zLeTerm in bytes */
68 int iCol;
69 i64 *aCnt;
70 i64 *aDoc;
77 i64 iInstPos;
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_vocab.c44 typedef struct Fts5VocabCursor Fts5VocabCursor; typedef
55 struct Fts5VocabCursor { struct
56 sqlite3_vtab_cursor base;
58 Fts5Table *pFts5; /* Associated FTS5 table */
61 Fts5IndexIter *pIter; /* Term/rowid iterator object */
63 int nLeTerm; /* Size of zLeTerm in bytes */
67 int iCol;
68 i64 *aCnt;
69 i64 *aDoc;
76 i64 iInstPos;
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_vocab.c44 typedef struct Fts5VocabCursor Fts5VocabCursor; typedef
56 struct Fts5VocabCursor { struct
57 sqlite3_vtab_cursor base;
59 Fts5Table *pFts5; /* Associated FTS5 table */
62 Fts5IndexIter *pIter; /* Term/rowid iterator object */
64 int nLeTerm; /* Size of zLeTerm in bytes */
68 int iCol;
69 i64 *aCnt;
70 i64 *aDoc;
77 i64 iInstPos;
[all …]
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c19796 typedef struct Fts5VocabCursor Fts5VocabCursor; typedef
19807 struct Fts5VocabCursor { struct
19808 sqlite3_vtab_cursor base;
19810 Fts5Index *pIndex; /* Associated FTS5 index */
19812 int bEof; /* True if this cursor is at EOF */
19813 Fts5IndexIter *pIter; /* Term/rowid iterator object */
19815 int nLeTerm; /* Size of zLeTerm in bytes */
19819 Fts5Config *pConfig; /* Fts5 table configuration */
19820 int iCol;
19821 i64 *aCnt;
[all …]
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c19796 typedef struct Fts5VocabCursor Fts5VocabCursor; typedef
19807 struct Fts5VocabCursor { struct
19808 sqlite3_vtab_cursor base;
19810 Fts5Index *pIndex; /* Associated FTS5 index */
19812 int bEof; /* True if this cursor is at EOF */
19813 Fts5IndexIter *pIter; /* Term/rowid iterator object */
19815 int nLeTerm; /* Size of zLeTerm in bytes */
19819 Fts5Config *pConfig; /* Fts5 table configuration */
19820 int iCol;
19821 i64 *aCnt;
[all …]