Searched refs:pTbls (Results 1 – 2 of 2) sorted by relevance
153 sqlite3_stmt *pTbls; member1672 p1->pTbls = recoverPrepare(p, p->dbOut, in recoverWriteDataInit()1705 recoverFinalize(p, p1->pTbls); in recoverWriteDataCleanup()1722 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){ in recoverWriteDataStep()1723 i64 iRoot = sqlite3_column_int64(p1->pTbls, 0); in recoverWriteDataStep()2595 if( p->w1.pTbls==0 ){ in recoverStep()
1688 Hash *pTbls; /* Set of all tables in the schema */ in sqlite3Pragma() local1704 pTbls = &db->aDb[i].pSchema->tblHash; in sqlite3Pragma()1705 for(cnt=0, x=sqliteHashFirst(pTbls); x; x=sqliteHashNext(x)){ in sqlite3Pragma()1720 for(x=sqliteHashFirst(pTbls); x; x=sqliteHashNext(x)){ in sqlite3Pragma()1748 for(x=sqliteHashFirst(pTbls); x; x=sqliteHashNext(x)){ in sqlite3Pragma()