Lines Matching defs:RecoverStateW1
15360 typedef struct RecoverStateW1 RecoverStateW1; typedef
15361 struct RecoverStateW1 { struct
15362 sqlite3_stmt *pTbls;
15363 sqlite3_stmt *pSel;
15364 sqlite3_stmt *pInsert;
15365 int nInsert;
15367 RecoverTable *pTab; /* Table currently being written */
15368 int nMax; /* Max column count in any schema table */
15369 sqlite3_value **apVal; /* Array of nMax values */
15370 int nVal; /* Number of valid entries in apVal[] */
15371 int bHaveRowid;
15372 i64 iRowid;
15373 i64 iPrevPage;
15374 int iPrevCell;