Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dshell.c15382 typedef struct RecoverStateLAF RecoverStateLAF; typedef
15383 struct RecoverStateLAF { struct
15384 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 …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dshell.c15377 typedef struct RecoverStateLAF RecoverStateLAF; typedef
15378 struct RecoverStateLAF { struct
15379 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 …]