Home
last modified time | relevance | path

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

/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/
H A Dshell.c15360 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[] */
[all …]
/aosp_15_r20/external/sqlite/dist/sqlite-autoconf-3440300/orig/
H A Dshell.c15355 typedef struct RecoverStateW1 RecoverStateW1; typedef
15356 struct RecoverStateW1 { struct
15357 sqlite3_stmt *pTbls;
15358 sqlite3_stmt *pSel;
15359 sqlite3_stmt *pInsert;
15360 int nInsert;
15362 RecoverTable *pTab; /* Table currently being written */
15363 int nMax; /* Max column count in any schema table */
15364 sqlite3_value **apVal; /* Array of nMax values */
15365 int nVal; /* Number of valid entries in apVal[] */
[all …]