Home
last modified time | relevance | path

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

/dports/databases/sqlcipher/sqlcipher-3.4.2/ext/fts5/
H A Dfts5_storage.c19 struct Fts5Storage { struct
20 Fts5Config *pConfig;
21 Fts5Index *pIndex;
22 int bTotalsValid; /* True if nTotalRow/aTotalSize[] are valid */
23 i64 nTotalRow; /* Total number of rows in FTS table */
24 i64 *aTotalSize; /* Total sizes of each column */
25 sqlite3_stmt *aStmt[11];
H A Dfts5Int.h599 typedef struct Fts5Storage Fts5Storage; typedef
/dports/databases/sqlite3/sqlite-src-3350500/ext/fts5/
H A Dfts5_storage.c19 struct Fts5Storage { struct
20 Fts5Config *pConfig;
21 Fts5Index *pIndex;
22 int bTotalsValid; /* True if nTotalRow/aTotalSize[] are valid */
23 i64 nTotalRow; /* Total number of rows in FTS table */
24 i64 *aTotalSize; /* Total sizes of each column */
25 sqlite3_stmt *aStmt[11];
H A Dfts5Int.h631 typedef struct Fts5Storage Fts5Storage; typedef
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/ext/fts5/
H A Dfts5_storage.c19 struct Fts5Storage { struct
20 Fts5Config *pConfig;
21 Fts5Index *pIndex;
22 int bTotalsValid; /* True if nTotalRow/aTotalSize[] are valid */
23 i64 nTotalRow; /* Total number of rows in FTS table */
24 i64 *aTotalSize; /* Total sizes of each column */
25 sqlite3_stmt *aStmt[11];
H A Dfts5Int.h629 typedef struct Fts5Storage Fts5Storage; typedef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/ext/fts5/
H A Dfts5_storage.c19 struct Fts5Storage { struct
20 Fts5Config *pConfig;
21 Fts5Index *pIndex;
22 int bTotalsValid; /* True if nTotalRow/aTotalSize[] are valid */
23 i64 nTotalRow; /* Total number of rows in FTS table */
24 i64 *aTotalSize; /* Total sizes of each column */
25 sqlite3_stmt *aStmt[11];
H A Dfts5Int.h631 typedef struct Fts5Storage Fts5Storage; typedef
/dports/sysutils/tracker3/tracker-3.1.2/src/libtracker-fts/
H A Dfts5.c1183 typedef struct Fts5Storage Fts5Storage; typedef
16696 struct Fts5Storage { struct
16697 Fts5Config *pConfig;
16698 Fts5Index *pIndex;
16699 int bTotalsValid; /* True if nTotalRow/aTotalSize[] are valid */
16700 i64 nTotalRow; /* Total number of rows in FTS table */
16701 i64 *aTotalSize; /* Total sizes of each column */
16702 sqlite3_stmt *aStmt[11];
/dports/sysutils/tracker/tracker-2.3.4/src/libtracker-fts/
H A Dfts5.c1183 typedef struct Fts5Storage Fts5Storage; typedef
16696 struct Fts5Storage { struct
16697 Fts5Config *pConfig;
16698 Fts5Index *pIndex;
16699 int bTotalsValid; /* True if nTotalRow/aTotalSize[] are valid */
16700 i64 nTotalRow; /* Total number of rows in FTS table */
16701 i64 *aTotalSize; /* Total sizes of each column */
16702 sqlite3_stmt *aStmt[11];