HomeSort by: relevance | last modified time | path
    Searched defs:RecoverTable (Results 1 - 1 of 1) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
shell.c 20732 typedef struct RecoverTable RecoverTable;
20765 ** All RecoverTable objects used by the recovery operation are allocated
20771 struct RecoverTable {
20778 RecoverTable *pNext;
20783 ** stored in the RecoverTable.aCol[] array of the associated table.
20857 RecoverTable *pTab; /* Table currently being written */
20928 RecoverTable *pTblList; /* List of tables recovered from schema */
21729 ** for the schema of said table, and creates a RecoverTable object to
21730 ** store the schema in memory. The new RecoverTable object is linked int
    [all...]

Completed in 53 milliseconds