Lines Matching refs:SQLITE_ROW
1167 while( rc==SQLITE_ROW ){ in run_table_dump_query()
1425 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
1532 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
1554 if( SQLITE_ROW == rc ){ in shell_exec()
1588 if( SQLITE_ROW == rc ){ in shell_exec()
1596 } while( SQLITE_ROW == rc ); in shell_exec()
1602 } while( rc == SQLITE_ROW ); in shell_exec()
1711 while( rc==SQLITE_ROW ){ in dump_callback()
1716 if( rc==SQLITE_ROW ){ in dump_callback()
2326 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
2356 if( rc!=SQLITE_OK && rc!=SQLITE_ROW && rc!=SQLITE_DONE ){ in tryToCloneData()
2415 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
2442 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
2512 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
2913 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
3720 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
3751 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()