Searched refs:RecoverTable (Results 1 – 1 of 1) sorted by relevance
20770 typedef struct RecoverTable RecoverTable; typedef20809 struct RecoverTable { struct20816 RecoverTable *pNext; argument20895 RecoverTable *pTab; /* Table currently being written */20966 RecoverTable *pTblList; /* List of tables recovered from schema */21808 RecoverTable *pNew = 0; in recoverAddTable()21816 nByte += sizeof(RecoverTable) + nCol*sizeof(RecoverColumn) + nName+1; in recoverAddTable()22047 RecoverTable *pTab, in recoverInsertStmt()22119 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable()22120 RecoverTable *pRet = 0; in recoverFindTable()[all …]