Searched defs:RecoverStateLAF (Results 1 – 2 of 2) sorted by relevance
15382 typedef struct RecoverStateLAF RecoverStateLAF; typedef15383 struct RecoverStateLAF { struct15384 RecoverBitmap *pUsed;15385 i64 nPg; /* Size of db in pages */15386 sqlite3_stmt *pAllAndParent;15387 sqlite3_stmt *pMapInsert;15388 sqlite3_stmt *pMaxField;15389 sqlite3_stmt *pUsedPages;15390 sqlite3_stmt *pFindRoot;15391 sqlite3_stmt *pInsert; /* INSERT INTO lost_and_found ... */[all …]
15377 typedef struct RecoverStateLAF RecoverStateLAF; typedef15378 struct RecoverStateLAF { struct15379 RecoverBitmap *pUsed;15380 i64 nPg; /* Size of db in pages */15381 sqlite3_stmt *pAllAndParent;15382 sqlite3_stmt *pMapInsert;15383 sqlite3_stmt *pMaxField;15384 sqlite3_stmt *pUsedPages;15385 sqlite3_stmt *pFindRoot;15386 sqlite3_stmt *pInsert; /* INSERT INTO lost_and_found ... */[all …]