Searched defs:Fts5Index (Results 1 – 2 of 2) sorted by relevance
277 struct Fts5Index { struct278 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 …]
361 typedef struct Fts5Index Fts5Index; typedef