Lines Matching refs:sqlite3_step
5182 SQLITE_API int sqlite3_step(sqlite3_stmt*);
51921 rc = sqlite3_step(pStmt);
51995 rc = sqlite3_step(pStmt);
88446 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
99118 rc = sqlite3_step(p->pStmt);
116122 while( sqlite3_step(pStmt)==SQLITE_ROW ){
116175 while( sqlite3_step(pStmt)==SQLITE_ROW ){
131617 rc = sqlite3_step(pStmt);
132205 #define sqlite3_step sqlite3_api->step
132646 sqlite3_step,
136789 if( SQLITE_ROW!=sqlite3_step(pCsr->pPragma) ){
149336 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
180193 sqlite3_step(pStmt);
181277 if( SQLITE_ROW==sqlite3_step(pCsr->pStmt) ){
182428 while( rc==SQLITE_OK && SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
182680 if( SQLITE_ROW!=sqlite3_step(pCsr->pStmt) ){
188822 sqlite3_step(pStmt);
188845 if( SQLITE_ROW==sqlite3_step(pStmt) ){
190117 rc = sqlite3_step(pStmt);
190140 if( sqlite3_step(pStmt)!=SQLITE_ROW
190179 sqlite3_step(pStmt);
190208 sqlite3_step(pStmt);
190690 sqlite3_step(pContentInsert);
190752 if( SQLITE_ROW==sqlite3_step(pSelect) ){
190820 if( SQLITE_ROW==sqlite3_step(pNextIdx) ){
191609 sqlite3_step(pStmt);
191628 if( SQLITE_ROW==sqlite3_step(pStmt) ){
191666 sqlite3_step(pStmt);
191941 if( SQLITE_ROW==sqlite3_step(pStmt) ){
192124 if( SQLITE_ROW==sqlite3_step(pStmt) ){
192163 if( SQLITE_ROW==sqlite3_step(pStmt) ){
192194 if( SQLITE_ROW==sqlite3_step(pStmt) ){
192216 sqlite3_step(pDelete);
192275 sqlite3_step(pDelete);
192813 while( SQLITE_ROW==sqlite3_step(pRange) ){
192853 while( SQLITE_ROW==sqlite3_step(pRange) ){
192857 sqlite3_step(pUpdate1);
192872 sqlite3_step(pUpdate2);
193012 rc = sqlite3_step(pStmt);
193092 sqlite3_step(pStmt);
193141 if( sqlite3_step(pStmt)==SQLITE_ROW ){
193177 sqlite3_step(pStmt);
193200 while( sqlite3_step(pAllLangid)==SQLITE_ROW ){
193262 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
193336 for(i=0; rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW && i<nSeg; i++){
193898 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
193945 if( sqlite3_step(pSelect)==SQLITE_ROW ){
194083 sqlite3_step(pOutputIdx);
194135 if( SQLITE_ROW==sqlite3_step(pLeafEst) ){
194145 if( SQLITE_ROW==sqlite3_step(pFirstBlock) ){
194194 sqlite3_step(pDelete);
194222 while( SQLITE_ROW==sqlite3_step(pSelect) ){
194252 sqlite3_step(pUpdate);
194359 if( SQLITE_ROW==sqlite3_step(pFetch) ){
194391 sqlite3_step(pDel);
194404 sqlite3_step(pChomp);
194484 sqlite3_step(pReplace);
194509 if( SQLITE_ROW==sqlite3_step(pSelect) ){
194620 if( sqlite3_step(pFindLevel)==SQLITE_ROW ){
194842 sqlite3_step(pStmt);
194971 while( rc==SQLITE_OK && sqlite3_step(pAllLangid)==SQLITE_ROW ){
194996 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
201609 sqlite3_step(p);
202487 rc = sqlite3_step(pCsr->pReadAux);
202518 if( sqlite3_step(pRtree->pReadRowid)==SQLITE_ROW ){
203031 sqlite3_step(pRtree->pWriteRowid);
203041 sqlite3_step(pRtree->pWriteParent);
203466 rc = sqlite3_step(pRtree->pReadParent);
203521 sqlite3_step(pRtree->pDeleteNode);
203528 sqlite3_step(pRtree->pDeleteParent);
203776 sqlite3_step(pRtree->pWriteRowid);
203822 sqlite3_step(pRtree->pDeleteRowid);
204030 steprc = sqlite3_step(pRtree->pReadRowid);
204086 sqlite3_step(pUp);
204188 if( sqlite3_step(p)==SQLITE_ROW ) nRow = sqlite3_column_int64(p, 0);
204379 if( SQLITE_ROW==sqlite3_step(pStmt) ){
204780 if( sqlite3_step(pCheck->pGetNode)==SQLITE_ROW ){
204835 rc = sqlite3_step(pStmt);
204980 if( sqlite3_step(pCount)==SQLITE_ROW ){
205041 }else if( SQLITE_ROW==sqlite3_step(pStmt) ){
206681 rc = sqlite3_step(pCsr->pReadAux);
206768 steprc = sqlite3_step(pRtree->pReadRowid);
206840 sqlite3_step(pUp);
209480 rc = sqlite3_step(pIter->pTblIter);
209495 rc = sqlite3_step(pIter->pIdxIter);
209808 if( p->rc!=SQLITE_OK || sqlite3_step(aStmt[0])!=SQLITE_ROW ){
209822 while( sqlite3_step(aStmt[1])==SQLITE_ROW ){
209831 if( sqlite3_step(aStmt[2])==SQLITE_ROW ){
209846 while( sqlite3_step(aStmt[3])==SQLITE_ROW ){
209879 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pList) ){
209890 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
209988 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
210111 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){
210128 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){
210181 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
210226 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSel) ){
210305 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
210588 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXList) ){
210602 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
210654 if( SQLITE_ROW==sqlite3_step(pQuery) ){
210665 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
210805 sqlite3_step(p->objiter.pTmpInsert);
210829 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
211300 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
211414 && sqlite3_step(pCnt)==SQLITE_ROW
212003 sqlite3_step(pWriter);
212068 sqlite3_step(pUpdate);
212099 if( SQLITE_ROW==sqlite3_step(pStmt) ){
212151 sqlite3_step(pInsert);
212182 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPragma) ){
212210 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
212229 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
212234 sqlite3_step(pInsert);
212278 int rc = sqlite3_step(pIter->pSelect);
212495 if( SQLITE_ROW==sqlite3_step(pStmt) ){
212543 if( SQLITE_ROW==sqlite3_step(pStmt) ){
212555 if( SQLITE_ROW==sqlite3_step(pStmt) ){
214554 rc = sqlite3_step(pCsr->pStmt);
216358 while( SQLITE_ROW==sqlite3_step(pStmt) ){
216383 while( SQLITE_ROW==sqlite3_step(pStmt) ){
216988 while( SQLITE_ROW==sqlite3_step(pStmt) ){
217027 while( SQLITE_ROW==sqlite3_step(pStmt) ){
217906 if( sqlite3_step(pSel)==SQLITE_ROW ){
219515 rc = sqlite3_step(pSelect);
219743 sqlite3_step(p->pDelete);
219777 sqlite3_step(pUp);
219813 sqlite3_step(p->pInsert);
219876 sqlite3_step(pApply->pDelete);
226130 while( SQLITE_ROW==sqlite3_step(p) ){
230552 sqlite3_step(p->pWriter);
230576 sqlite3_step(p->pDeleter);
230596 sqlite3_step(p->pIdxDeleter);
230865 if( SQLITE_ROW==sqlite3_step(p->pDataVersion) ){
232242 if( SQLITE_ROW==sqlite3_step(pIdxSelect) ){
233481 assert_nc( sqlite3_step(pIdxSelect)!=SQLITE_ROW );
233608 sqlite3_step(p->pIdxWriter);
235892 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
237419 rc = sqlite3_step(pSorter->pStmt);
237544 rc = sqlite3_step(pCsr->pStmt);
237728 if( SQLITE_ROW==sqlite3_step(pStmt) ){
238090 rc = sqlite3_step(pCsr->pStmt);
239950 if( sqlite3_step(pSeek)!=SQLITE_ROW ){
240015 sqlite3_step(pReplace);
240089 sqlite3_step(pDel);
240101 sqlite3_step(pDel);
240161 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pScan) ){
240227 sqlite3_step(pReplace);
240263 sqlite3_step(pInsert);
240332 if( SQLITE_ROW==sqlite3_step(pCnt) ){
240455 while( SQLITE_ROW==sqlite3_step(pScan) ){
240611 if( SQLITE_ROW==sqlite3_step(pLookup) ){
240698 sqlite3_step(pReplace);
243606 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){
245660 rc = sqlite3_step(statement);
245683 while(sqlite3_step(statement) == SQLITE_ROW){