Lines Matching refs:sqlite3_step

901   while( sqlite3_step(pStmt)==SQLITE_ROW ){  in shellFakeSchema()
2009 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
3329 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
3353 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
3378 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
7431 rc = sqlite3_step(pCsr->pData); in expertNext()
7563 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
7586 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
7734 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
7744 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
7999 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){ in idxFindIndexes()
8108 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger()
8207 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){ in idxCreateVtabSchema()
8382 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex()
8411 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){ in idxPopulateOneStat1()
8445 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
8449 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
8472 sqlite3_step(pWriteStat); in idxPopulateOneStat1()
8570 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){ in idxPopulateStat1()
8643 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
9171 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()
9515 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in dbdataDbsize()
11063 rc = sqlite3_step(pSelect); in run_table_dump_query()
11078 rc = sqlite3_step(pSelect); in run_table_dump_query()
11402 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
11550 if( sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()
11572 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
11611 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
11824 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
11954 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
12000 rc = sqlite3_step(pStmt); in tableColumnList()
12035 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
13020 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in readline_completion_generator()
13057 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in linenoise_completion()
13462 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
13491 rc = sqlite3_step(pInsert); in tryToCloneData()
13551 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
13578 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
13677 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
13743 if( sqlite3_step(pStmt)==SQLITE_ROW in shell_dbinfo_command()
14139 while( SQLITE_ROW==sqlite3_step(pSql) ){ in lintFkeyIndexes()
14151 if( SQLITE_ROW==sqlite3_step(pExplain) ){ in lintFkeyIndexes()
14590 if( SQLITE_ROW==sqlite3_step(pTest) ){ in arCheckEntries()
14662 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arListCommand()
14737 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arExtractCommand()
15162 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverNewTable()
15176 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverNewTable()
15199 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPkFinder) ){ in recoverNewTable()
15223 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverNewTable()
15277 while( *pRc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverFindTable()
15320 while( *pRc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pTest) ){ in recoverOrphanTable()
15539 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverDatabaseCmd()
15554 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pLoop) ){ in recoverDatabaseCmd()
15580 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pLoop) ){ in recoverDatabaseCmd()
15609 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPages) ){ in recoverDatabaseCmd()
15612 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pCells) ){ in recoverDatabaseCmd()
15656 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverDatabaseCmd()
16318 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
16613 sqlite3_step(pStmt); in do_meta_command()
16674 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
16683 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
17126 if( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
17136 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
17188 sqlite3_step(pStmt); in do_meta_command()
17418 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
17769 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in do_meta_command()
17895 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in do_meta_command()
18042 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){ in do_meta_command()
18079 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()