Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c18895 typedef struct RecoverStateLAF RecoverStateLAF; typedef
18896 struct RecoverStateLAF { struct
18897 RecoverBitmap *pUsed;
18898 i64 nPg; /* Size of db in pages */
18899 sqlite3_stmt *pAllAndParent;
18900 sqlite3_stmt *pMapInsert;
18901 sqlite3_stmt *pMaxField;
18902 sqlite3_stmt *pUsedPages;
18903 sqlite3_stmt *pFindRoot;
18904 sqlite3_stmt *pInsert; /* INSERT INTO lost_and_found ... */
[all …]