• Home
  • Raw
  • Download

Lines Matching refs:sqlite3_step

74658 +  while (sqlite3_step(statement) == SQLITE_ROW) {
84605 -#define sqlite3_step chrome_sqlite3_step // Line 4813
84635 +#define sqlite3_step chrome_sqlite3_step // Line 4828
87129 - while( sqlite3_step(pS2)==SQLITE_ROW ){
87156 - while( sqlite3_step(pS2)==SQLITE_ROW ){
87194 - if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
91636 + while( sqlite3_step(pS2)==SQLITE_ROW ){
91660 + while( sqlite3_step(pS2)==SQLITE_ROW ){
91685 + if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
93496 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
93507 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
93536 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){
93593 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){
94083 rc = sqlite3_step(pStmt);
94104 - }while( sqlite3_step(pStmt)==SQLITE_ROW );
94174 + }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW );
94299 while( sqlite3_step(pExplain)==SQLITE_ROW ){
94655 if( sqlite3_step(pStmt)==SQLITE_ROW ){
94670 while( sqlite3_step(pStmt)==SQLITE_ROW ){
94721 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){
94737 while( sqlite3_step(pQuery)==SQLITE_ROW ){
94754 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){
94802 if( SQLITE_ROW==sqlite3_step(pExplain) ){
94822 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPkFinder) ){
95012 + rc = sqlite3_step(pStmt);
95033 + rc = sqlite3_step(pStmt);
95040 + rc = sqlite3_step(pStmt);
95051 + && SQLITE_ROW==sqlite3_step(pStmt) ){
95136 while( sqlite3_step(pStmt)==SQLITE_ROW ){
95940 while( SQLITE_ROW==sqlite3_step(pStmt) ){
96708 ** The counter is incremented on the first [sqlite3_step()] call of each
103522 - ** to sqlite3_step(). For consistency (since sqlite3_step() was
104126 - ** sqlite3_step() after any error or after SQLITE_DONE. But beginning
104138 - ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
104237 + ** sqlite3_step() after any error or after SQLITE_DONE. But beginning
104249 + ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
104283 @@ -85185,7 +86785,6 @@ SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
104291 @@ -85211,7 +86810,13 @@ SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
104508 - assert( p->iVdbeMagic==VDBE_MAGIC_RUN ); /* sqlite3_step() verifies this */
104509 + assert( p->eVdbeState==VDBE_RUN_STATE ); /* sqlite3_step() verifies this */
121859 rc = sqlite3_step(pSorter->pStmt);
122321 ** The counter is incremented on the first [sqlite3_step()] call of each
123020 -#define sqlite3_step chrome_sqlite3_step // Line 4813
123050 +#define sqlite3_step chrome_sqlite3_step // Line 4828
125544 - while( sqlite3_step(pS2)==SQLITE_ROW ){
125571 - while( sqlite3_step(pS2)==SQLITE_ROW ){
125609 - if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
130051 + while( sqlite3_step(pS2)==SQLITE_ROW ){
130075 + while( sqlite3_step(pS2)==SQLITE_ROW ){
130100 + if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){
131911 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
131922 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
131951 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){
132008 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){
132498 rc = sqlite3_step(pStmt);
132519 - }while( sqlite3_step(pStmt)==SQLITE_ROW );
132589 + }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW );
132714 while( sqlite3_step(pExplain)==SQLITE_ROW ){
133070 if( sqlite3_step(pStmt)==SQLITE_ROW ){
133085 while( sqlite3_step(pStmt)==SQLITE_ROW ){
133136 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){
133152 while( sqlite3_step(pQuery)==SQLITE_ROW ){
133169 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){
133217 if( SQLITE_ROW==sqlite3_step(pExplain) ){
133237 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPkFinder) ){
133427 + rc = sqlite3_step(pStmt);
133448 + rc = sqlite3_step(pStmt);
133455 + rc = sqlite3_step(pStmt);
133466 + && SQLITE_ROW==sqlite3_step(pStmt) ){
133551 while( sqlite3_step(pStmt)==SQLITE_ROW ){
134355 while( SQLITE_ROW==sqlite3_step(pStmt) ){
135123 ** The counter is incremented on the first [sqlite3_step()] call of each
141943 - ** to sqlite3_step(). For consistency (since sqlite3_step() was
142547 - ** sqlite3_step() after any error or after SQLITE_DONE. But beginning
142559 - ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
142658 + ** sqlite3_step() after any error or after SQLITE_DONE. But beginning
142670 + ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
142704 @@ -85198,7 +86798,6 @@ SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
142712 @@ -85224,7 +86823,13 @@ SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){
142929 - assert( p->iVdbeMagic==VDBE_MAGIC_RUN ); /* sqlite3_step() verifies this */
142930 + assert( p->eVdbeState==VDBE_RUN_STATE ); /* sqlite3_step() verifies this */
161033 rc = sqlite3_step(pSorter->pStmt);
161495 ** The counter is incremented on the first [sqlite3_step()] call of each
162250 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
162261 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){
162290 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){
162347 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){
164419 + ["sqlite3_step", "number", ["number"]],
165429 + const rc = api.sqlite3_step(affirmStmtOpen(this)._pStmt);
165435 + console.warn("sqlite3_step() rc=",rc,"SQL =",
167280 rc = sqlite3_step(pSorter->pStmt);
179941 rc = sqlite3_step(pStmt);
179962 - }while( sqlite3_step(pStmt)==SQLITE_ROW );
180032 + }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW );
180157 while( sqlite3_step(pExplain)==SQLITE_ROW ){
180513 if( sqlite3_step(pStmt)==SQLITE_ROW ){
180528 while( sqlite3_step(pStmt)==SQLITE_ROW ){
180579 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){
180595 while( sqlite3_step(pQuery)==SQLITE_ROW ){
180612 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){
180660 if( SQLITE_ROW==sqlite3_step(pExplain) ){
180680 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPkFinder) ){
180870 + rc = sqlite3_step(pStmt);
180891 + rc = sqlite3_step(pStmt);
180898 + rc = sqlite3_step(pStmt);
180909 + && SQLITE_ROW==sqlite3_step(pStmt) ){
180994 while( sqlite3_step(pStmt)==SQLITE_ROW ){
181798 while( SQLITE_ROW==sqlite3_step(pStmt) ){
182545 ** The counter is incremented on the first [sqlite3_step()] call of each
183865 + if( sqlite3_step(pStmt2)==SQLITE_ROW ){
186010 - assert( p->iVdbeMagic==VDBE_MAGIC_RUN ); /* sqlite3_step() verifies this */
186011 + assert( p->eVdbeState==VDBE_RUN_STATE ); /* sqlite3_step() verifies this */
187810 - ** sqlite3_step() after any error or after SQLITE_DONE. But beginning
187822 - ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
187922 + ** sqlite3_step() after any error or after SQLITE_DONE. But beginning
187934 + ** previous sqlite3_step() returned something other than a SQLITE_LOCKED
187968 @@ -769,7 +791,6 @@ int sqlite3_step(sqlite3_stmt *pStmt){
187976 @@ -795,7 +816,13 @@ int sqlite3_step(sqlite3_stmt *pStmt){
188724 - ** to sqlite3_step(). For consistency (since sqlite3_step() was
195060 + sqlite3_step $stmt
195073 + sqlite3_step $stmt
195077 + sqlite3_step $stmt
195263 + list [sqlite3_step $::stmt] [db changes]
195267 + list [sqlite3_step $::stmt] [db changes]
195281 + list [sqlite3_step $::stmt] [db changes]
195285 + list [sqlite3_step $::stmt] [db changes]
195307 + list [sqlite3_step $::stmt] [sqlite3_reset $::stmt]
195319 + list [sqlite3_step $::stmt] [sqlite3_reset $::stmt]
197391 while( (rc = sqlite3_step(pStmt))==SQLITE_ROW ){
197410 + while( sqlite3_step(pStmt)==SQLITE_ROW ){
202120 + while( (rc = sqlite3_step(pTestStmt))==SQLITE_ROW ){
202135 + rc = sqlite3_step(pCk);
202150 + rc = sqlite3_step(pCk);
202345 + while( sqlite3_step(pTest)==SQLITE_ROW ){