Lines Matching refs:sqlite3_step

5310 SQLITE_API int sqlite3_step(sqlite3_stmt*);
78389 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
87365 rc = sqlite3_step(p->pStmt);
100551 while( sqlite3_step(pStmt)==SQLITE_ROW ){
100607 while( sqlite3_step(pStmt)==SQLITE_ROW ){
113169 rc = sqlite3_step(pStmt);
113690 #define sqlite3_step sqlite3_api->step
114069 sqlite3_step,
117644 if( SQLITE_ROW!=sqlite3_step(pCsr->pPragma) ){
127024 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
149517 sqlite3_step(pStmt);
150573 if( SQLITE_ROW==sqlite3_step(pCsr->pStmt) ){
151686 while( rc==SQLITE_OK && SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
151936 if( SQLITE_ROW!=sqlite3_step(pCsr->pStmt) ){
156442 if( SQLITE_ROW==sqlite3_step(pStmt) ){
158042 sqlite3_step(pStmt);
158065 if( SQLITE_ROW==sqlite3_step(pStmt) ){
159328 rc = sqlite3_step(pStmt);
159351 if( sqlite3_step(pStmt)!=SQLITE_ROW
159390 sqlite3_step(pStmt);
159419 sqlite3_step(pStmt);
159901 sqlite3_step(pContentInsert);
159963 if( SQLITE_ROW==sqlite3_step(pSelect) ){
160031 if( SQLITE_ROW==sqlite3_step(pNextIdx) ){
160801 sqlite3_step(pStmt);
160819 if( SQLITE_ROW==sqlite3_step(pStmt) ){
160857 sqlite3_step(pStmt);
161126 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161300 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161339 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161370 if( SQLITE_ROW==sqlite3_step(pStmt) ){
161392 sqlite3_step(pDelete);
161451 sqlite3_step(pDelete);
161976 while( SQLITE_ROW==sqlite3_step(pRange) ){
162016 while( SQLITE_ROW==sqlite3_step(pRange) ){
162020 sqlite3_step(pUpdate1);
162035 sqlite3_step(pUpdate2);
162173 rc = sqlite3_step(pStmt);
162251 sqlite3_step(pStmt);
162300 if( sqlite3_step(pStmt)==SQLITE_ROW ){
162336 sqlite3_step(pStmt);
162355 while( sqlite3_step(pAllLangid)==SQLITE_ROW ){
162418 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
162492 for(i=0; rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW && i<nSeg; i++){
163045 if( SQLITE_ROW==sqlite3_step(pCheck) ) bRes = 1;
163092 if( sqlite3_step(pSelect)==SQLITE_ROW ){
163211 sqlite3_step(pOutputIdx);
163263 if( SQLITE_ROW==sqlite3_step(pLeafEst) ){
163273 if( SQLITE_ROW==sqlite3_step(pFirstBlock) ){
163322 sqlite3_step(pDelete);
163350 while( SQLITE_ROW==sqlite3_step(pSelect) ){
163380 sqlite3_step(pUpdate);
163484 if( SQLITE_ROW==sqlite3_step(pFetch) ){
163516 sqlite3_step(pDel);
163529 sqlite3_step(pChomp);
163608 sqlite3_step(pReplace);
163632 if( SQLITE_ROW==sqlite3_step(pSelect) ){
163739 if( sqlite3_step(pFindLevel)==SQLITE_ROW ){
163940 sqlite3_step(pStmt);
164065 while( rc==SQLITE_OK && sqlite3_step(pAllLangid)==SQLITE_ROW ){
164090 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
167839 sqlite3_step(p);
168681 if( sqlite3_step(pRtree->pReadRowid)==SQLITE_ROW ){
169163 sqlite3_step(pRtree->pWriteRowid);
169173 sqlite3_step(pRtree->pWriteParent);
169592 rc = sqlite3_step(pRtree->pReadParent);
169643 sqlite3_step(pRtree->pDeleteNode);
169650 sqlite3_step(pRtree->pDeleteParent);
169898 sqlite3_step(pRtree->pWriteRowid);
169940 sqlite3_step(pRtree->pDeleteRowid);
170140 steprc = sqlite3_step(pRtree->pReadRowid);
170288 if( sqlite3_step(p)==SQLITE_ROW ) nRow = sqlite3_column_int64(p, 0);
170419 if( SQLITE_ROW==sqlite3_step(pStmt) ){
170781 if( sqlite3_step(pCheck->pGetNode)==SQLITE_ROW ){
170836 rc = sqlite3_step(pStmt);
170981 if( sqlite3_step(pCount)==SQLITE_ROW ){
171029 }else if( SQLITE_ROW==sqlite3_step(pStmt) ){
173569 rc = sqlite3_step(pIter->pTblIter);
173584 rc = sqlite3_step(pIter->pIdxIter);
173893 if( p->rc!=SQLITE_OK || sqlite3_step(aStmt[0])!=SQLITE_ROW ){
173907 while( sqlite3_step(aStmt[1])==SQLITE_ROW ){
173916 if( sqlite3_step(aStmt[2])==SQLITE_ROW ){
173931 while( sqlite3_step(aStmt[3])==SQLITE_ROW ){
173964 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pList) ){
173971 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174066 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
174173 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174448 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXList) ){
174462 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174514 if( SQLITE_ROW==sqlite3_step(pQuery) ){
174525 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXInfo) ){
174665 sqlite3_step(p->objiter.pTmpInsert);
175019 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
175123 && sqlite3_step(pCnt)==SQLITE_ROW
175707 sqlite3_step(pWriter);
175772 sqlite3_step(pUpdate);
175803 if( SQLITE_ROW==sqlite3_step(pStmt) ){
175853 sqlite3_step(pInsert);
175884 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPragma) ){
175912 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
175931 while( p->rc==SQLITE_OK && sqlite3_step(pSql)==SQLITE_ROW ){
175936 sqlite3_step(pInsert);
175980 int rc = sqlite3_step(pIter->pSelect);
176195 if( SQLITE_ROW==sqlite3_step(pStmt) ){
176243 if( SQLITE_ROW==sqlite3_step(pStmt) ){
176255 if( SQLITE_ROW==sqlite3_step(pStmt) ){
178095 rc = sqlite3_step(pCsr->pStmt);
179736 while( SQLITE_ROW==sqlite3_step(pStmt) ){
179761 while( SQLITE_ROW==sqlite3_step(pStmt) ){
180254 while( SQLITE_ROW==sqlite3_step(pStmt) ){
180293 while( SQLITE_ROW==sqlite3_step(pStmt) ){
181147 if( sqlite3_step(pSel)==SQLITE_ROW ){
182519 rc = sqlite3_step(pSelect);
182695 sqlite3_step(p->pDelete);
182730 sqlite3_step(p->pUpdate);
182766 sqlite3_step(p->pInsert);
182830 sqlite3_step(pApply->pDelete);
190849 while( SQLITE_ROW==sqlite3_step(p) ){
195018 sqlite3_step(p->pWriter);
195052 sqlite3_step(p->pDeleter);
195072 sqlite3_step(p->pIdxDeleter);
195272 if( SQLITE_ROW==sqlite3_step(p->pDataVersion) ){
196642 if( SQLITE_ROW==sqlite3_step(pIdxSelect) ){
197858 assert( sqlite3_step(pIdxSelect)!=SQLITE_ROW );
197984 sqlite3_step(p->pIdxWriter);
200089 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
201493 rc = sqlite3_step(pSorter->pStmt);
201616 rc = sqlite3_step(pCsr->pStmt);
201789 if( SQLITE_ROW==sqlite3_step(pStmt) ){
202097 rc = sqlite3_step(pCsr->pStmt);
203913 if( sqlite3_step(pSeek)!=SQLITE_ROW ){
203967 sqlite3_step(pReplace);
204040 sqlite3_step(pDel);
204052 sqlite3_step(pDel);
204110 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pScan) ){
204173 sqlite3_step(pReplace);
204209 sqlite3_step(pInsert);
204277 if( SQLITE_ROW==sqlite3_step(pCnt) ){
204395 while( SQLITE_ROW==sqlite3_step(pScan) ){
204548 if( SQLITE_ROW==sqlite3_step(pLookup) ){
204627 sqlite3_step(pReplace);
206937 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){