Searched refs:RecoverTable (Results 1 – 1 of 1) sorted by relevance
18755 typedef struct RecoverTable RecoverTable; typedef18794 struct RecoverTable { struct18801 RecoverTable *pNext; argument18880 RecoverTable *pTab; /* Table currently being written */18951 RecoverTable *pTblList; /* List of tables recovered from schema */19771 RecoverTable *pNew = 0; in recoverAddTable()19779 nByte += sizeof(RecoverTable) + nCol*sizeof(RecoverColumn) + nName+1; in recoverAddTable()20008 RecoverTable *pTab, in recoverInsertStmt()20080 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable()20081 RecoverTable *pRet = 0; in recoverFindTable()[all …]