Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5Int.h549 typedef struct Fts5Table Fts5Table; typedef
550 struct Fts5Table { struct
564 Fts5Table *sqlite3Fts5TableFromCsrid(Fts5Global*, i64); argument
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5Int.h546 typedef struct Fts5Table Fts5Table; typedef
547 struct Fts5Table { struct
562 Fts5Table *sqlite3Fts5TableFromCsrid(Fts5Global*, i64); argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5Int.h549 typedef struct Fts5Table Fts5Table; typedef
550 struct Fts5Table { struct
564 Fts5Table *sqlite3Fts5TableFromCsrid(Fts5Global*, i64); argument
/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_main.c32 typedef struct Fts5Table Fts5Table; typedef
116 struct Fts5Table { struct
117 sqlite3_vtab base; /* Base class used by SQLite core */
118 Fts5Config *pConfig; /* Virtual table configuration */
119 Fts5Index *pIndex; /* Full-text index */
120 Fts5Storage *pStorage; /* Document store */
121 Fts5Global *pGlobal; /* Global (connection wide) data */
122 Fts5Cursor *pSortCsr; /* Sort data from this cursor */
124 struct Fts5TransactionState ts;
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c13986 typedef struct Fts5Table Fts5Table; typedef
14070 struct Fts5Table { struct
14071 sqlite3_vtab base; /* Base class used by SQLite core */
14072 Fts5Config *pConfig; /* Virtual table configuration */
14073 Fts5Index *pIndex; /* Full-text index */
14074 Fts5Storage *pStorage; /* Document store */
14075 Fts5Global *pGlobal; /* Global (connection wide) data */
14076 Fts5Cursor *pSortCsr; /* Sort data from this cursor */
14078 struct Fts5TransactionState ts;
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c13986 typedef struct Fts5Table Fts5Table; typedef
14070 struct Fts5Table { struct
14071 sqlite3_vtab base; /* Base class used by SQLite core */
14072 Fts5Config *pConfig; /* Virtual table configuration */
14073 Fts5Index *pIndex; /* Full-text index */
14074 Fts5Storage *pStorage; /* Document store */
14075 Fts5Global *pGlobal; /* Global (connection wide) data */
14076 Fts5Cursor *pSortCsr; /* Sort data from this cursor */
14078 struct Fts5TransactionState ts;