Home
last modified time | relevance | path

Searched refs:RecoverTable (Results 1 - 1 of 1) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c12648 typedef struct RecoverTable RecoverTable; typedef
12681 ** All RecoverTable objects used by the recovery operation are allocated
12687 struct RecoverTable { struct
12694 RecoverTable *pNext;
12699 ** stored in the RecoverTable.aCol[] array of the associated table.
12770 RecoverTable *pTab; /* Table currently being written */
12841 RecoverTable *pTblList; /* List of tables recovered from schema */
13639 ** for the schema of said table, and creates a RecoverTable object to
13640 ** store the schema in memory. The new RecoverTable objec
[all...]

Completed in 24 milliseconds