Home
last modified time | relevance | path

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

/sqlite-3.40.0/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.h646 typedef struct Fts5Storage Fts5Storage; typedef