Lines Matching refs:sqlite3_step
602 sqlite3_step(pStmt); in recoverPageCount()
704 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverGetPage()
920 if( p->errCode==SQLITE_OK && sqlite3_step(p1)==SQLITE_ROW ){ in recoverTransferSettings()
1050 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
1069 for(i=0; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in recoverAddTable()
1102 while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
1168 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema1()
1187 if( SQLITE_ROW==sqlite3_step(pTblname) ){ in recoverWriteSchema1()
1231 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema2()
1391 if( SQLITE_ROW==sqlite3_step(pProbe) ){ in recoverLostAndFoundCreate()
1497 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
1526 while( p->errCode==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPageData) ){ in recoverLostAndFoundOnePage()
1541 if( sqlite3_step(pInsert)==SQLITE_ROW ){ in recoverLostAndFoundOnePage()
1597 int res = sqlite3_step(pLaf->pAllPage); in recoverLostAndFound3Step()
1722 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){ in recoverWriteDataStep()
1758 if( p->errCode==SQLITE_OK && sqlite3_step(pSel)==SQLITE_ROW ){ in recoverWriteDataStep()
1794 if( SQLITE_ROW==sqlite3_step(pInsert) ){ in recoverWriteDataStep()
1898 rc = sqlite3_step(pLaf->pUsedPages); in recoverLostAndFound1Step()
1950 int res = sqlite3_step(pLaf->pAllAndParent); in recoverLostAndFound2Step()
1958 sqlite3_step(pLaf->pMapInsert); in recoverLostAndFound2Step()
1961 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()