Searched refs:RecoverTable (Results 1 – 1 of 1) sorted by relevance
15245 typedef struct RecoverTable RecoverTable; typedef15284 struct RecoverTable { struct15291 RecoverTable *pNext; argument15367 RecoverTable *pTab; /* Table currently being written */15438 RecoverTable *pTblList; /* List of tables recovered from schema */16258 RecoverTable *pNew = 0; in recoverAddTable()16266 nByte += sizeof(RecoverTable) + nCol*sizeof(RecoverColumn) + nName+1; in recoverAddTable()16495 RecoverTable *pTab, in recoverInsertStmt()16567 static RecoverTable *recoverFindTable(sqlite3_recover *p, u32 iRoot){ in recoverFindTable()16568 RecoverTable *pRet = 0; in recoverFindTable()[all …]