Searched refs:RecoverTable (Results 1 – 1 of 1) sorted by relevance
20732 typedef struct RecoverTable RecoverTable; typedef20771 struct RecoverTable { struct20778 RecoverTable *pNext; argument20857 RecoverTable *pTab; /* Table currently being written */20928 RecoverTable *pTblList; /* List of tables recovered from schema */21770 RecoverTable *pNew = 0; in recoverAddTable()21778 nByte += sizeof(RecoverTable) + nCol*sizeof(RecoverColumn) + nName+1; in recoverAddTable()22009 RecoverTable *pTab, in recoverInsertStmt()22081 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable()22082 RecoverTable *pRet = 0; in recoverFindTable()[all …]