Lines Matching refs:sqlite3_step

5310 SQLITE_API int sqlite3_step(sqlite3_stmt*);
78405 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
87381 rc = sqlite3_step(p->pStmt);
100567 while( sqlite3_step(pStmt)==SQLITE_ROW ){
100623 while( sqlite3_step(pStmt)==SQLITE_ROW ){
113185 rc = sqlite3_step(pStmt);
113706 #define sqlite3_step sqlite3_api->step
114085 sqlite3_step,
117660 if( SQLITE_ROW!=sqlite3_step(pCsr->pPragma) ){
127040 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
149533 sqlite3_step(pStmt);
150589 if( SQLITE_ROW==sqlite3_step(pCsr->pStmt) ){
151702 while( rc==SQLITE_OK && SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
151952 if( SQLITE_ROW!=sqlite3_step(pCsr->pStmt) ){
156470 if( SQLITE_ROW==sqlite3_step(pStmt) ){
158070 sqlite3_step(pStmt);
158093 if( SQLITE_ROW==sqlite3_step(pStmt) ){
159356 rc = sqlite3_step(pStmt);
159379 if( sqlite3_step(pStmt)!=SQLITE_ROW
159418 sqlite3_step(pStmt);
159447 sqlite3_step(pStmt);
159929 sqlite3_step(pContentInsert);
159991 if( SQLITE_ROW==sqlite3_step(pSelect) ){
160059 if( SQLITE_ROW==sqlite3_step(pNextIdx) ){
160829 sqlite3_step(pStmt);
160847 if( SQLITE_ROW==sqlite3_step(pStmt) ){
160885 sqlite3_step(pStmt);
161154 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161328 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161367 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161398 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161420 sqlite3_step(pDelete);
161479 sqlite3_step(pDelete);
162004 while( SQLITE_ROW==sqlite3_step(pRange) ){
162044 while( SQLITE_ROW==sqlite3_step(pRange) ){
162048 sqlite3_step(pUpdate1);
162063 sqlite3_step(pUpdate2);
162201 rc = sqlite3_step(pStmt);
162279 sqlite3_step(pStmt);
162328 if( sqlite3_step(pStmt)==SQLITE_ROW ){
162364 sqlite3_step(pStmt);
162383 while( sqlite3_step(pAllLangid)==SQLITE_ROW ){
162446 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
162520 for(i=0; rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW && i<nSeg; i++){
163073 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
163120 if( sqlite3_step(pSelect)==SQLITE_ROW ){
163239 sqlite3_step(pOutputIdx);
163291 if( SQLITE_ROW==sqlite3_step(pLeafEst) ){
163301 if( SQLITE_ROW==sqlite3_step(pFirstBlock) ){
163350 sqlite3_step(pDelete);
163378 while( SQLITE_ROW==sqlite3_step(pSelect) ){
163408 sqlite3_step(pUpdate);
163512 if( SQLITE_ROW==sqlite3_step(pFetch) ){
163544 sqlite3_step(pDel);
163557 sqlite3_step(pChomp);
163636 sqlite3_step(pReplace);
163660 if( SQLITE_ROW==sqlite3_step(pSelect) ){
163767 if( sqlite3_step(pFindLevel)==SQLITE_ROW ){
163968 sqlite3_step(pStmt);
164093 while( rc==SQLITE_OK && sqlite3_step(pAllLangid)==SQLITE_ROW ){
164118 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
167867 sqlite3_step(p);
168709 if( sqlite3_step(pRtree->pReadRowid)==SQLITE_ROW ){
169191 sqlite3_step(pRtree->pWriteRowid);
169201 sqlite3_step(pRtree->pWriteParent);
169620 rc = sqlite3_step(pRtree->pReadParent);
169671 sqlite3_step(pRtree->pDeleteNode);
169678 sqlite3_step(pRtree->pDeleteParent);
169926 sqlite3_step(pRtree->pWriteRowid);
169968 sqlite3_step(pRtree->pDeleteRowid);
170168 steprc = sqlite3_step(pRtree->pReadRowid);
170316 if( sqlite3_step(p)==SQLITE_ROW ) nRow = sqlite3_column_int64(p, 0);
170447 if( SQLITE_ROW==sqlite3_step(pStmt) ){
170809 if( sqlite3_step(pCheck->pGetNode)==SQLITE_ROW ){
170864 rc = sqlite3_step(pStmt);
171009 if( sqlite3_step(pCount)==SQLITE_ROW ){
171057 }else if( SQLITE_ROW==sqlite3_step(pStmt) ){
173597 rc = sqlite3_step(pIter->pTblIter);
173612 rc = sqlite3_step(pIter->pIdxIter);
173921 if( p->rc!=SQLITE_OK || sqlite3_step(aStmt[0])!=SQLITE_ROW ){
173935 while( sqlite3_step(aStmt[1])==SQLITE_ROW ){
173944 if( sqlite3_step(aStmt[2])==SQLITE_ROW ){
173959 while( sqlite3_step(aStmt[3])==SQLITE_ROW ){
173992 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pList) ){
173999 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174094 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
174201 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174476 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXList) ){
174490 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174542 if( SQLITE_ROW==sqlite3_step(pQuery) ){
174553 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174693 sqlite3_step(p->objiter.pTmpInsert);
175047 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
175151 && sqlite3_step(pCnt)==SQLITE_ROW
175735 sqlite3_step(pWriter);
175800 sqlite3_step(pUpdate);
175831 if( SQLITE_ROW==sqlite3_step(pStmt) ){
175881 sqlite3_step(pInsert);
175912 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPragma) ){
175940 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
175959 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
175964 sqlite3_step(pInsert);
176008 int rc = sqlite3_step(pIter->pSelect);
176223 if( SQLITE_ROW==sqlite3_step(pStmt) ){
176271 if( SQLITE_ROW==sqlite3_step(pStmt) ){
176283 if( SQLITE_ROW==sqlite3_step(pStmt) ){
178123 rc = sqlite3_step(pCsr->pStmt);
179764 while( SQLITE_ROW==sqlite3_step(pStmt) ){
179789 while( SQLITE_ROW==sqlite3_step(pStmt) ){
180282 while( SQLITE_ROW==sqlite3_step(pStmt) ){
180321 while( SQLITE_ROW==sqlite3_step(pStmt) ){
181175 if( sqlite3_step(pSel)==SQLITE_ROW ){
182547 rc = sqlite3_step(pSelect);
182723 sqlite3_step(p->pDelete);
182758 sqlite3_step(p->pUpdate);
182794 sqlite3_step(p->pInsert);
182858 sqlite3_step(pApply->pDelete);
190877 while( SQLITE_ROW==sqlite3_step(p) ){
195046 sqlite3_step(p->pWriter);
195080 sqlite3_step(p->pDeleter);
195100 sqlite3_step(p->pIdxDeleter);
195300 if( SQLITE_ROW==sqlite3_step(p->pDataVersion) ){
196670 if( SQLITE_ROW==sqlite3_step(pIdxSelect) ){
197886 assert( sqlite3_step(pIdxSelect)!=SQLITE_ROW );
198012 sqlite3_step(p->pIdxWriter);
200117 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
201521 rc = sqlite3_step(pSorter->pStmt);
201644 rc = sqlite3_step(pCsr->pStmt);
201817 if( SQLITE_ROW==sqlite3_step(pStmt) ){
202125 rc = sqlite3_step(pCsr->pStmt);
203941 if( sqlite3_step(pSeek)!=SQLITE_ROW ){
203995 sqlite3_step(pReplace);
204068 sqlite3_step(pDel);
204080 sqlite3_step(pDel);
204138 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pScan) ){
204201 sqlite3_step(pReplace);
204237 sqlite3_step(pInsert);
204305 if( SQLITE_ROW==sqlite3_step(pCnt) ){
204423 while( SQLITE_ROW==sqlite3_step(pScan) ){
204576 if( SQLITE_ROW==sqlite3_step(pLookup) ){
204655 sqlite3_step(pReplace);
206965 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){