Lines Matching refs:sqlite3_step
856 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
1959 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
3120 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
3145 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
3170 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
6485 rc = sqlite3_step(pCsr->pData); in expertNext()
6616 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
6639 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
6787 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
6797 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
7052 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){ in idxFindIndexes()
7156 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger()
7255 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){ in idxCreateVtabSchema()
7430 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex()
7459 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){ in idxPopulateOneStat1()
7493 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
7497 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
7520 sqlite3_step(pWriteStat); in idxPopulateOneStat1()
7618 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){ in idxPopulateStat1()
7691 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
9065 rc = sqlite3_step(pSelect); in run_table_dump_query()
9084 rc = sqlite3_step(pSelect); in run_table_dump_query()
9375 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
9480 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
9521 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
9529 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
9741 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
9858 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
9907 rc = sqlite3_step(pStmt); in tableColumnList()
9942 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
10416 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in readline_completion_generator()
10453 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in linenoise_completion()
10828 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
10857 rc = sqlite3_step(pInsert); in tryToCloneData()
10917 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
10944 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
11036 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
11095 if( sqlite3_step(pStmt)==SQLITE_ROW in shell_dbinfo_command()
11485 while( SQLITE_ROW==sqlite3_step(pSql) ){ in lintFkeyIndexes()
11497 if( SQLITE_ROW==sqlite3_step(pExplain) ){ in lintFkeyIndexes()
11929 if( SQLITE_ROW==sqlite3_step(pTest) ){ in arCheckEntries()
12001 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arListCommand()
12074 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arExtractCommand()
12703 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
12922 sqlite3_step(pStmt); in do_meta_command()
12954 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
12967 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
13469 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
13813 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in do_meta_command()
13940 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in do_meta_command()
14082 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){ in do_meta_command()
14119 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()