Lines Matching refs:sqlite3_step
5298 SQLITE_API int sqlite3_step(sqlite3_stmt*);
53311 rc = sqlite3_step(pStmt);
53385 rc = sqlite3_step(pStmt);
90768 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
101816 rc = sqlite3_step(p->pStmt);
119503 while( sqlite3_step(pStmt)==SQLITE_ROW ){
119561 while( sqlite3_step(pStmt)==SQLITE_ROW ){
135375 rc = sqlite3_step(pStmt);
135968 #define sqlite3_step sqlite3_api->step
136411 sqlite3_step,
140560 if( SQLITE_ROW!=sqlite3_step(pCsr->pPragma) ){
153779 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
185300 sqlite3_step(pStmt);
186384 if( SQLITE_ROW==sqlite3_step(pCsr->pStmt) ){
187535 while( rc==SQLITE_OK && SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
187787 if( SQLITE_ROW!=sqlite3_step(pCsr->pStmt) ){
194000 sqlite3_step(pStmt);
194023 if( SQLITE_ROW==sqlite3_step(pStmt) ){
195296 rc = sqlite3_step(pStmt);
195319 if( sqlite3_step(pStmt)!=SQLITE_ROW
195358 sqlite3_step(pStmt);
195387 sqlite3_step(pStmt);
195869 sqlite3_step(pContentInsert);
195931 if( SQLITE_ROW==sqlite3_step(pSelect) ){
195999 if( SQLITE_ROW==sqlite3_step(pNextIdx) ){
196788 sqlite3_step(pStmt);
196807 if( SQLITE_ROW==sqlite3_step(pStmt) ){
196845 sqlite3_step(pStmt);
197120 if( SQLITE_ROW==sqlite3_step(pStmt) ){
197303 if( SQLITE_ROW==sqlite3_step(pStmt) ){
197342 if( SQLITE_ROW==sqlite3_step(pStmt) ){
197373 if( SQLITE_ROW==sqlite3_step(pStmt) ){
197395 sqlite3_step(pDelete);
197454 sqlite3_step(pDelete);
197994 while( SQLITE_ROW==sqlite3_step(pRange) ){
198034 while( SQLITE_ROW==sqlite3_step(pRange) ){
198038 sqlite3_step(pUpdate1);
198053 sqlite3_step(pUpdate2);
198192 rc = sqlite3_step(pStmt);
198276 sqlite3_step(pStmt);
198325 if( sqlite3_step(pStmt)==SQLITE_ROW ){
198361 sqlite3_step(pStmt);
198384 while( sqlite3_step(pAllLangid)==SQLITE_ROW ){
198446 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
198520 for(i=0; rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW && i<nSeg; i++){
199088 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
199135 if( sqlite3_step(pSelect)==SQLITE_ROW ){
199274 sqlite3_step(pOutputIdx);
199326 if( SQLITE_ROW==sqlite3_step(pLeafEst) ){
199336 if( SQLITE_ROW==sqlite3_step(pFirstBlock) ){
199385 sqlite3_step(pDelete);
199413 while( SQLITE_ROW==sqlite3_step(pSelect) ){
199443 sqlite3_step(pUpdate);
199550 if( SQLITE_ROW==sqlite3_step(pFetch) ){
199582 sqlite3_step(pDel);
199595 sqlite3_step(pChomp);
199675 sqlite3_step(pReplace);
199700 if( SQLITE_ROW==sqlite3_step(pSelect) ){
199811 if( sqlite3_step(pFindLevel)==SQLITE_ROW ){
200033 sqlite3_step(pStmt);
200162 while( rc==SQLITE_OK && sqlite3_step(pAllLangid)==SQLITE_ROW ){
200187 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
209402 sqlite3_step(p);
210280 rc = sqlite3_step(pCsr->pReadAux);
210311 if( sqlite3_step(pRtree->pReadRowid)==SQLITE_ROW ){
210847 sqlite3_step(pRtree->pWriteRowid);
210857 sqlite3_step(pRtree->pWriteParent);
211211 rc = sqlite3_step(pRtree->pReadParent);
211266 sqlite3_step(pRtree->pDeleteNode);
211273 sqlite3_step(pRtree->pDeleteParent);
211415 sqlite3_step(pRtree->pWriteRowid);
211461 sqlite3_step(pRtree->pDeleteRowid);
211669 steprc = sqlite3_step(pRtree->pReadRowid);
211724 sqlite3_step(pUp);
211826 if( sqlite3_step(p)==SQLITE_ROW ) nRow = sqlite3_column_int64(p, 0);
212021 if( SQLITE_ROW==sqlite3_step(pStmt) ){
212427 if( sqlite3_step(pCheck->pGetNode)==SQLITE_ROW ){
212482 rc = sqlite3_step(pStmt);
212627 if( sqlite3_step(pCount)==SQLITE_ROW ){
212677 }else if( SQLITE_ROW==sqlite3_step(pStmt) ){
214360 rc = sqlite3_step(pCsr->pReadAux);
214447 steprc = sqlite3_step(pRtree->pReadRowid);
214518 sqlite3_step(pUp);
217161 rc = sqlite3_step(pIter->pTblIter);
217176 rc = sqlite3_step(pIter->pIdxIter);
217489 if( p->rc!=SQLITE_OK || sqlite3_step(aStmt[0])!=SQLITE_ROW ){
217503 while( sqlite3_step(aStmt[1])==SQLITE_ROW ){
217512 if( sqlite3_step(aStmt[2])==SQLITE_ROW ){
217527 while( sqlite3_step(aStmt[3])==SQLITE_ROW ){
217560 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pList) ){
217571 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
217669 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
217792 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){
217809 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){
217862 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
217907 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSel) ){
217986 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
218269 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXList) ){
218283 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
218335 if( SQLITE_ROW==sqlite3_step(pQuery) ){
218346 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
218486 sqlite3_step(p->objiter.pTmpInsert);
218510 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
218981 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
219095 && sqlite3_step(pCnt)==SQLITE_ROW
219700 sqlite3_step(pWriter);
219765 sqlite3_step(pUpdate);
219796 if( SQLITE_ROW==sqlite3_step(pStmt) ){
219848 sqlite3_step(pInsert);
219879 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPragma) ){
219907 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
219926 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
219931 sqlite3_step(pInsert);
219975 int rc = sqlite3_step(pIter->pSelect);
220193 if( SQLITE_ROW==sqlite3_step(pStmt) ){
220241 if( SQLITE_ROW==sqlite3_step(pStmt) ){
220253 if( SQLITE_ROW==sqlite3_step(pStmt) ){
222281 rc = sqlite3_step(pCsr->pStmt);
224132 while( SQLITE_ROW==sqlite3_step(pStmt) ){
224173 while( SQLITE_ROW==sqlite3_step(pStmt) ){
224549 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
225131 while( SQLITE_ROW==sqlite3_step(pStmt) ){
225194 while( SQLITE_ROW==sqlite3_step(pStmt) ){
226069 if( sqlite3_step(pSel)==SQLITE_ROW ){
227706 rc = sqlite3_step(pSelect);
227940 sqlite3_step(p->pDelete);
227974 sqlite3_step(pUp);
228010 sqlite3_step(p->pInsert);
228073 sqlite3_step(pApply->pDelete);
234708 while( SQLITE_ROW==sqlite3_step(p) ){
239512 sqlite3_step(p->pWriter);
239536 sqlite3_step(p->pDeleter);
239563 sqlite3_step(p->pIdxDeleter);
239853 if( SQLITE_ROW==sqlite3_step(p->pDataVersion) ){
241248 if( SQLITE_ROW==sqlite3_step(pIdxSelect) ){
241341 if( sqlite3_step(pSel)==SQLITE_ROW ){
242694 assert_nc( sqlite3_step(pIdxSelect)!=SQLITE_ROW );
242824 sqlite3_step(p->pIdxWriter);
243644 sqlite3_step(p->pDeleteFromIdx);
246607 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
248474 rc = sqlite3_step(pSorter->pStmt);
248609 rc = sqlite3_step(pCsr->pStmt);
248793 if( SQLITE_ROW==sqlite3_step(pStmt) ){
249159 rc = sqlite3_step(pCsr->pStmt);
251189 if( sqlite3_step(pSeek)!=SQLITE_ROW ){
251251 if( SQLITE_ROW==sqlite3_step(pLookup) ){
251290 sqlite3_step(pReplace);
251373 sqlite3_step(pDel);
251385 sqlite3_step(pDel);
251445 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pScan) ){
251511 sqlite3_step(pReplace);
251547 sqlite3_step(pInsert);
251616 if( SQLITE_ROW==sqlite3_step(pCnt) ){
251739 while( SQLITE_ROW==sqlite3_step(pScan) ){
251895 if( SQLITE_ROW==sqlite3_step(pLookup) ){
251984 sqlite3_step(pReplace);
254935 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){