sqlite3_step 61 sql/statement.cc return CheckError(sqlite3_step(ref_->stmt())) == SQLITE_DONE; sqlite3_step 70 sql/statement.cc return CheckError(sqlite3_step(ref_->stmt())) == SQLITE_ROW; sqlite3_step 3704 third_party/sqlite/amalgamation/sqlite3.c SQLITE_API int sqlite3_step(sqlite3_stmt*); sqlite3_step 68493 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(p->pStmt); sqlite3_step 75977 third_party/sqlite/amalgamation/sqlite3.c while( sqlite3_step(pStmt)==SQLITE_ROW ){ sqlite3_step 86385 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pStmt); sqlite3_step 87114 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step, sqlite3_step 96412 third_party/sqlite/amalgamation/sqlite3.c VVA_ONLY( rc = ) sqlite3_step(pStmt); sqlite3_step 96428 third_party/sqlite/amalgamation/sqlite3.c while( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 110763 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pStmt); sqlite3_step 110770 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pStmt); sqlite3_step 110796 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pStmt); sqlite3_step 110820 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pStmt); sqlite3_step 113680 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 114197 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pCsr->pStmt) ){ sqlite3_step 115202 third_party/sqlite/amalgamation/sqlite3.c while( rc==SQLITE_OK && SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){ sqlite3_step 116052 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW!=sqlite3_step(pCsr->pStmt) ){ sqlite3_step 118002 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 119527 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 119549 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 120197 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pStmt); sqlite3_step 120245 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 120276 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 120610 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pContentInsert); sqlite3_step 120659 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pSelect) ){ sqlite3_step 120709 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pNextIdx) ){ sqlite3_step 121347 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 121375 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 121644 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 121808 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 121829 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 121866 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pDelete); sqlite3_step 121883 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pDelete); sqlite3_step 122261 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 122309 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3_step(pStmt)==SQLITE_ROW ){ sqlite3_step 122339 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pStmt); sqlite3_step 124746 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pRtree->pReadNode); sqlite3_step 124878 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(p); sqlite3_step 125431 third_party/sqlite/amalgamation/sqlite3.c if( sqlite3_step(pRtree->pReadRowid)==SQLITE_ROW ){ sqlite3_step 125937 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pRtree->pWriteRowid); sqlite3_step 125947 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pRtree->pWriteParent); sqlite3_step 126571 third_party/sqlite/amalgamation/sqlite3.c rc = sqlite3_step(pRtree->pReadParent); sqlite3_step 126622 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pRtree->pDeleteNode); sqlite3_step 126629 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pRtree->pDeleteParent); sqlite3_step 126879 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pRtree->pWriteRowid); sqlite3_step 126938 third_party/sqlite/amalgamation/sqlite3.c sqlite3_step(pRtree->pDeleteRowid); sqlite3_step 127022 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pRtree->pReadRowid) ){ sqlite3_step 127179 third_party/sqlite/amalgamation/sqlite3.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 3161 third_party/sqlite/amalgamation/sqlite3.h SQLITE_API int sqlite3_step(sqlite3_stmt*); sqlite3_step 1213 third_party/sqlite/src/ext/fts1/fts1.c while( (rc=sqlite3_step(s))!=SQLITE_DONE && rc!=SQLITE_ROW ){ sqlite3_step 1327 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_step(s); sqlite3_step 1375 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_step(s); sqlite3_step 2546 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_step(c->pStmt); sqlite3_step 2570 third_party/sqlite/src/ext/fts1/fts1.c rc = sqlite3_step(c->pStmt); sqlite3_step 625 third_party/sqlite/src/ext/fts1/fulltext.c while( (rc=sqlite3_step(s))!=SQLITE_DONE && rc!=SQLITE_ROW ){ sqlite3_step 697 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_step(s); sqlite3_step 742 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_step(s); sqlite3_step 777 third_party/sqlite/src/ext/fts1/fulltext.c if( sqlite3_step(s) != SQLITE_DONE ) return SQLITE_ERROR; sqlite3_step 1007 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_step(c->pStmt); sqlite3_step 1031 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_step(c->pStmt); sqlite3_step 1058 third_party/sqlite/src/ext/fts1/fulltext.c return sqlite3_step(*ppStmt); /* TODO(adamd): handle schema error */ sqlite3_step 1091 third_party/sqlite/src/ext/fts1/fulltext.c rc = sqlite3_step(*pSelect); sqlite3_step 2155 third_party/sqlite/src/ext/fts2/fts2.c int rc = sqlite3_step(s); sqlite3_step 2253 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2267 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2297 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2302 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2320 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2361 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2368 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2377 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2433 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2441 third_party/sqlite/src/ext/fts2/fts2.c int rc2 = sqlite3_step(s); sqlite3_step 2451 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2507 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 2523 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 3570 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(c->pStmt); sqlite3_step 3595 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(c->pStmt); sqlite3_step 5353 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 5408 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(pReader->pStmt); sqlite3_step 5487 third_party/sqlite/src/ext/fts2/fts2.c while( (rc = sqlite3_step(s))==SQLITE_ROW ){ sqlite3_step 5930 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 5960 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 6095 third_party/sqlite/src/ext/fts2/fts2.c while( (rc = sqlite3_step(s))==SQLITE_ROW ){ sqlite3_step 6634 third_party/sqlite/src/ext/fts2/fts2.c while( (rc = sqlite3_step(s))==SQLITE_ROW ){ sqlite3_step 6859 third_party/sqlite/src/ext/fts2/fts2.c while( (rc = sqlite3_step(s))==SQLITE_ROW ){ sqlite3_step 7035 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 7055 third_party/sqlite/src/ext/fts2/fts2.c rc = sqlite3_step(s); sqlite3_step 239 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c sqlite3_step(pStmt); sqlite3_step 261 third_party/sqlite/src/ext/fts2/fts2_tokenizer.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 630 third_party/sqlite/src/ext/fts3/fts3.c sqlite3_step(pStmt); sqlite3_step 1147 third_party/sqlite/src/ext/fts3/fts3.c if( SQLITE_ROW==sqlite3_step(pCsr->pStmt) ){ sqlite3_step 2152 third_party/sqlite/src/ext/fts3/fts3.c while( rc==SQLITE_OK && SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){ sqlite3_step 3002 third_party/sqlite/src/ext/fts3/fts3.c if( SQLITE_ROW!=sqlite3_step(pCsr->pStmt) ){ sqlite3_step 778 third_party/sqlite/src/ext/fts3/fts3_expr.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 345 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c sqlite3_step(pStmt); sqlite3_step 367 third_party/sqlite/src/ext/fts3/fts3_tokenizer.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 291 third_party/sqlite/src/ext/fts3/fts3_write.c rc = sqlite3_step(pStmt); sqlite3_step 339 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pStmt); sqlite3_step 370 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pStmt); sqlite3_step 704 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pContentInsert); sqlite3_step 753 third_party/sqlite/src/ext/fts3/fts3_write.c if( SQLITE_ROW==sqlite3_step(pSelect) ){ sqlite3_step 803 third_party/sqlite/src/ext/fts3/fts3_write.c if( SQLITE_ROW==sqlite3_step(pNextIdx) ){ sqlite3_step 1441 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pStmt); sqlite3_step 1469 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pStmt); sqlite3_step 1738 third_party/sqlite/src/ext/fts3/fts3_write.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 1902 third_party/sqlite/src/ext/fts3/fts3_write.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 1923 third_party/sqlite/src/ext/fts3/fts3_write.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 1960 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pDelete); sqlite3_step 1977 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pDelete); sqlite3_step 2355 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pStmt); sqlite3_step 2403 third_party/sqlite/src/ext/fts3/fts3_write.c if( sqlite3_step(pStmt)==SQLITE_ROW ){ sqlite3_step 2433 third_party/sqlite/src/ext/fts3/fts3_write.c sqlite3_step(pStmt); sqlite3_step 489 third_party/sqlite/src/ext/rtree/rtree.c rc = sqlite3_step(pRtree->pReadNode); sqlite3_step 621 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_step(p); sqlite3_step 1174 third_party/sqlite/src/ext/rtree/rtree.c if( sqlite3_step(pRtree->pReadRowid)==SQLITE_ROW ){ sqlite3_step 1680 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_step(pRtree->pWriteRowid); sqlite3_step 1690 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_step(pRtree->pWriteParent); sqlite3_step 2314 third_party/sqlite/src/ext/rtree/rtree.c rc = sqlite3_step(pRtree->pReadParent); sqlite3_step 2365 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_step(pRtree->pDeleteNode); sqlite3_step 2372 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_step(pRtree->pDeleteParent); sqlite3_step 2622 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_step(pRtree->pWriteRowid); sqlite3_step 2681 third_party/sqlite/src/ext/rtree/rtree.c sqlite3_step(pRtree->pDeleteRowid); sqlite3_step 2765 third_party/sqlite/src/ext/rtree/rtree.c if( SQLITE_ROW==sqlite3_step(pRtree->pReadRowid) ){ sqlite3_step 2922 third_party/sqlite/src/ext/rtree/rtree.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 655 third_party/sqlite/src/src/analyze.c while( sqlite3_step(pStmt)==SQLITE_ROW ){ sqlite3_step 70 third_party/sqlite/src/src/legacy.c rc = sqlite3_step(pStmt); sqlite3_step 230 third_party/sqlite/src/src/loadext.c sqlite3_step, sqlite3_step 517 third_party/sqlite/src/src/recover.c rc = sqlite3_step(pStmt); sqlite3_step 524 third_party/sqlite/src/src/recover.c rc = sqlite3_step(pStmt); sqlite3_step 550 third_party/sqlite/src/src/recover.c rc = sqlite3_step(pStmt); sqlite3_step 574 third_party/sqlite/src/src/recover.c rc = sqlite3_step(pStmt); sqlite3_step 941 third_party/sqlite/src/src/shell.c rc = sqlite3_step(pSelect); sqlite3_step 948 third_party/sqlite/src/src/shell.c rc = sqlite3_step(pSelect); sqlite3_step 1107 third_party/sqlite/src/src/shell.c rc = sqlite3_step(pStmt); sqlite3_step 1144 third_party/sqlite/src/src/shell.c rc = sqlite3_step(pStmt); sqlite3_step 1152 third_party/sqlite/src/src/shell.c rc = sqlite3_step(pStmt); sqlite3_step 1250 third_party/sqlite/src/src/shell.c rc = sqlite3_step(pTableInfo); sqlite3_step 1255 third_party/sqlite/src/src/shell.c rc = sqlite3_step(pTableInfo); sqlite3_step 1756 third_party/sqlite/src/src/shell.c sqlite3_step(pStmt); sqlite3_step 1377 third_party/sqlite/src/src/tclsqlite.c rcs = sqlite3_step(pStmt); sqlite3_step 2099 third_party/sqlite/src/src/tclsqlite.c sqlite3_step(pStmt); sqlite3_step 3898 third_party/sqlite/src/src/test1.c rc = sqlite3_step(pStmt); sqlite3_step 5393 third_party/sqlite/src/src/test1.c while( SQLITE_ROW==sqlite3_step(pExplain) ){ sqlite3_step 494 third_party/sqlite/src/src/test4.c p->rc = sqlite3_step(p->pStmt); sqlite3_step 265 third_party/sqlite/src/src/test8.c while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ sqlite3_step 275 third_party/sqlite/src/src/test8.c if( pStmt2 && sqlite3_step(pStmt2)==SQLITE_ROW ){ sqlite3_step 343 third_party/sqlite/src/src/test8.c if( sqlite3_step(pStmt)==SQLITE_ROW ){ sqlite3_step 594 third_party/sqlite/src/src/test8.c rc = sqlite3_step(pCur->pStmt); sqlite3_step 811 third_party/sqlite/src/src/test8.c sqlite3_step(pStmt); sqlite3_step 1034 third_party/sqlite/src/src/test8.c sqlite3_step(pStmt); sqlite3_step 303 third_party/sqlite/src/src/test_func.c rc = sqlite3_step(pStmt); sqlite3_step 178 third_party/sqlite/src/src/test_schema.c while( !pCur->pColumnList || SQLITE_ROW!=sqlite3_step(pCur->pColumnList) ){ sqlite3_step 181 third_party/sqlite/src/src/test_schema.c while( !pCur->pTableList || SQLITE_ROW!=sqlite3_step(pCur->pTableList) ){ sqlite3_step 185 third_party/sqlite/src/src/test_schema.c while( SQLITE_ROW!=sqlite3_step(pCur->pDbList) ){ sqlite3_step 433 third_party/sqlite/src/src/test_server.c pMsg->errCode = sqlite3_step(pMsg->pStmt); sqlite3_step 377 third_party/sqlite/src/src/test_stat.c rc = sqlite3_step(pCsr->pStmt); sqlite3_step 75 third_party/sqlite/src/src/test_superlock.c if( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 489 third_party/sqlite/src/src/test_thread.c while( SQLITE_LOCKED==(rc = sqlite3_step(pStmt)) ){ sqlite3_step 47 third_party/sqlite/src/src/vacuum.c VVA_ONLY( rc = ) sqlite3_step(pStmt); sqlite3_step 63 third_party/sqlite/src/src/vacuum.c while( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 65 third_party/sqlite/src/src/vdbeblob.c rc = sqlite3_step(p->pStmt); sqlite3_step 633 third_party/sqlite/src/test/threadtest3.c while( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 672 third_party/sqlite/src/test/threadtest3.c while( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 702 third_party/sqlite/src/test/threadtest3.c while( SQLITE_ROW==sqlite3_step(pStmt) ){ sqlite3_step 84 third_party/sqlite/src/tool/speedtest16.c while( (rc=sqlite3_step(pStmt))==SQLITE_ROW ){ nRow++; } sqlite3_step 76 third_party/sqlite/src/tool/speedtest8.c while( (rc=sqlite3_step(pStmt))==SQLITE_ROW ){ nRow++; } sqlite3_step 60 third_party/sqlite/src/tool/speedtest8inst1.c while( (rc=sqlite3_step(pStmt))==SQLITE_ROW ){ nRow++; }