Lines Matching refs:sqlite3_step
2018 while( sqlite3_step(pStmt)==SQLITE_ROW ){
3469 while( SQLITE_ROW==sqlite3_step(pStmt) ){
8419 while( sqlite3_step(pS2)==SQLITE_ROW ){
8443 while( sqlite3_step(pS2)==SQLITE_ROW ){
8468 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
12491 rc = sqlite3_step(pCsr->pData);
12629 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
12659 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
12815 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){
12826 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){
13121 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){
13230 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){
13330 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){
13509 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){
13538 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){
13573 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){
13577 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){
13600 sqlite3_step(pWriteStat);
13698 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){
13787 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){
13873 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){
14374 ** sqlite3_step() on the statement handle and return that value.
14378 return sqlite3_step(pStmt);
14434 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXinfo) ){
14503 if( SQLITE_ROW==sqlite3_step(pStmt) ){
14541 if( sqlite3_step(pStmt)==SQLITE_ROW ){
14737 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
15012 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){
15114 if( sqlite3_step(p->pCheck)==SQLITE_ROW ){
15828 if( SQLITE_ROW==sqlite3_step(pStmt) ){
16258 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){
17074 sqlite3_step(pStmt);
17176 if( SQLITE_ROW==sqlite3_step(pStmt) ){
17393 if( p->errCode==SQLITE_OK && sqlite3_step(p1)==SQLITE_ROW ){
17525 while( sqlite3_step(pStmt)==SQLITE_ROW ){
17544 for(i=0; sqlite3_step(pStmt)==SQLITE_ROW; i++){
17577 while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){
17643 while( sqlite3_step(pSelect)==SQLITE_ROW ){
17662 if( SQLITE_ROW==sqlite3_step(pTblname) ){
17706 while( sqlite3_step(pSelect)==SQLITE_ROW ){
17866 if( SQLITE_ROW==sqlite3_step(pProbe) ){
17972 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){
18001 while( p->errCode==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPageData) ){
18016 if( sqlite3_step(pInsert)==SQLITE_ROW ){
18072 int res = sqlite3_step(pLaf->pAllPage);
18197 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){
18233 if( p->errCode==SQLITE_OK && sqlite3_step(pSel)==SQLITE_ROW ){
18269 if( SQLITE_ROW==sqlite3_step(pInsert) ){
18373 rc = sqlite3_step(pLaf->pUsedPages);
18425 int res = sqlite3_step(pLaf->pAllAndParent);
18433 sqlite3_step(pLaf->pMapInsert);
18436 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){
21062 rc = sqlite3_step(pSelect);
21077 rc = sqlite3_step(pSelect);
21476 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){
21638 if( rc==SQLITE_OK && pQ && sqlite3_step(pQ)==SQLITE_ROW ){
21883 rc = sqlite3_step(pStmt);
21962 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW );
22104 rc = sqlite3_step(pStmt);
22147 rc = sqlite3_step(pStmt);
22363 while( sqlite3_step(pExplain)==SQLITE_ROW ){
22490 while( sqlite3_step(pStmt)==SQLITE_ROW ){
22538 rc = sqlite3_step(pStmt);
22573 if( sqlite3_step(pStmt)==SQLITE_ROW ){
23608 if( sqlite3_step(pStmt)==SQLITE_ROW ){
23649 while( sqlite3_step(pStmt)==SQLITE_ROW ){
24076 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){
24105 rc = sqlite3_step(pInsert);
24166 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){
24196 while( sqlite3_step(pQuery)==SQLITE_ROW ){
24313 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){
24380 if( sqlite3_step(pStmt)==SQLITE_ROW
24773 while( SQLITE_ROW==sqlite3_step(pSql) ){
24787 if( SQLITE_ROW==sqlite3_step(pExplain) ){
25229 if( SQLITE_ROW==sqlite3_step(pTest) ){
25303 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){
25415 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){
25965 rc = sqlite3_step(pStmt);
25986 rc = sqlite3_step(pStmt);
25993 rc = sqlite3_step(pStmt);
26004 && SQLITE_ROW==sqlite3_step(pStmt) ){
26032 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){
26400 while( sqlite3_step(pStmt)==SQLITE_ROW ){
26854 doStats = sqlite3_step(pStmt)==SQLITE_ROW;
27097 if( sqlite3_step(pStmt)==SQLITE_ROW ){
27185 sqlite3_step(pStmt);
27251 if( sqlite3_step(pStmt)==SQLITE_ROW ){
27260 while( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){
27834 if( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){
27844 while( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){
27896 sqlite3_step(pStmt);
28174 while( sqlite3_step(pStmt)==SQLITE_ROW ){
28529 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){
28654 while( SQLITE_ROW==sqlite3_step(pStmt) ){
28739 lrc = SQLITE_ROW==sqlite3_step(pStmt);
28748 if( SQLITE_ROW==sqlite3_step(pCheckStmt) ){
28889 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){
28928 while( sqlite3_step(pStmt)==SQLITE_ROW ){
29754 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){