Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/fts5/
H A Dfts5_index.c277 struct Fts5Index { struct
278 Fts5Config *pConfig; /* Virtual table configuration */
279 char *zDataTbl; /* Name of %_data table */
286 Fts5Hash *pHash; /* Hash table for in-memory data */
287 int nPendingData; /* Current bytes of pending data */
289 int bDelete; /* Current write is a delete */
292 int rc; /* Current error code */
300 sqlite3_stmt *pIdxSelect;
301 int nRead; /* Total number of blocks read */
303 sqlite3_stmt *pDataVersion;
[all …]
H A Dfts5Int.h361 typedef struct Fts5Index Fts5Index; typedef