Lines Matching refs:sqlite3_step
862 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
1965 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
3126 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
3151 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
3176 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
6491 rc = sqlite3_step(pCsr->pData); in expertNext()
6622 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
6645 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
6793 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
6803 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
7058 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){ in idxFindIndexes()
7162 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger()
7261 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){ in idxCreateVtabSchema()
7436 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex()
7465 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){ in idxPopulateOneStat1()
7499 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
7503 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
7526 sqlite3_step(pWriteStat); in idxPopulateOneStat1()
7624 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){ in idxPopulateStat1()
7697 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
9071 rc = sqlite3_step(pSelect); in run_table_dump_query()
9090 rc = sqlite3_step(pSelect); in run_table_dump_query()
9381 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
9486 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
9527 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
9535 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
9747 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
9864 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
9913 rc = sqlite3_step(pStmt); in tableColumnList()
9948 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
10439 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in readline_completion_generator()
10476 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in linenoise_completion()
10851 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
10880 rc = sqlite3_step(pInsert); in tryToCloneData()
10940 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
10967 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
11059 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
11118 if( sqlite3_step(pStmt)==SQLITE_ROW in shell_dbinfo_command()
11508 while( SQLITE_ROW==sqlite3_step(pSql) ){ in lintFkeyIndexes()
11520 if( SQLITE_ROW==sqlite3_step(pExplain) ){ in lintFkeyIndexes()
11952 if( SQLITE_ROW==sqlite3_step(pTest) ){ in arCheckEntries()
12024 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arListCommand()
12097 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arExtractCommand()
12726 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
12945 sqlite3_step(pStmt); in do_meta_command()
12977 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
12990 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
13492 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
13836 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in do_meta_command()
13963 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in do_meta_command()
14105 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){ in do_meta_command()
14142 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()