Lines Matching refs:SQLITE_ROW
934 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
2162 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
5887 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
5911 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
5936 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
9933 if( rc!=SQLITE_ROW ){ in expertNext()
10069 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
10099 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
10255 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
10266 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
10561 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){ in idxFindIndexes()
10670 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger()
10770 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){ in idxCreateVtabSchema()
10949 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex()
10978 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){ in idxPopulateOneStat1()
11012 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
11016 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
11137 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){ in idxPopulateStat1()
11213 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
11756 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()
12147 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in dbdataDbsize()
13316 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverGetPage()
13532 if( p->errCode==SQLITE_OK && sqlite3_step(p1)==SQLITE_ROW ){ in recoverTransferSettings()
13662 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
13681 for(i=0; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in recoverAddTable()
13714 while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
13780 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema1()
13799 if( SQLITE_ROW==sqlite3_step(pTblname) ){ in recoverWriteSchema1()
13843 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema2()
14003 if( SQLITE_ROW==sqlite3_step(pProbe) ){ in recoverLostAndFoundCreate()
14109 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
14138 while( p->errCode==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPageData) ){ in recoverLostAndFoundOnePage()
14153 if( sqlite3_step(pInsert)==SQLITE_ROW ){ in recoverLostAndFoundOnePage()
14210 if( res==SQLITE_ROW ){ in recoverLostAndFound3Step()
14334 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){ in recoverWriteDataStep()
14370 if( p->errCode==SQLITE_OK && sqlite3_step(pSel)==SQLITE_ROW ){ in recoverWriteDataStep()
14406 if( SQLITE_ROW==sqlite3_step(pInsert) ){ in recoverWriteDataStep()
14511 if( rc==SQLITE_ROW ){ in recoverLostAndFound1Step()
14563 if( res==SQLITE_ROW ){ in recoverLostAndFound2Step()
14573 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()
17114 while( rc==SQLITE_ROW ){ in run_table_dump_query()
17482 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
17617 if( sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()
17855 if( rc!=SQLITE_ROW ) return; in exec_prepared_stmt_columnar()
17931 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()
18076 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
18112 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
18120 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()
18335 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
18467 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
18517 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
18550 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
19629 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in readline_completion_generator()
19668 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in linenoise_completion()
20086 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
20116 if( rc!=SQLITE_OK && rc!=SQLITE_ROW && rc!=SQLITE_DONE ){ in tryToCloneData()
20177 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
20206 while( sqlite3_step(pQuery)==SQLITE_ROW ){ in tryToCloneSchema()
20306 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
20373 if( sqlite3_step(pStmt)==SQLITE_ROW in shell_dbinfo_command()
20767 while( SQLITE_ROW==sqlite3_step(pSql) ){ in lintFkeyIndexes()
20781 if( SQLITE_ROW==sqlite3_step(pExplain) ){ in lintFkeyIndexes()
21229 if( SQLITE_ROW==sqlite3_step(pTest) ){ in arCheckEntries()
21303 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arListCommand()
21419 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arExtractCommand()
21965 if( rc==SQLITE_ROW ){ in zAutoColumn()
21975 && SQLITE_ROW==sqlite3_step(pStmt) ){ in zAutoColumn()
22293 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
22746 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
23116 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
23125 while( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
23686 if( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
23696 while( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
24011 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
24374 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in do_meta_command()
24501 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in do_meta_command()
24675 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){ in do_meta_command()
24714 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()