Lines Matching refs:SQLITE_ROW
2004 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
3455 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
8341 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8365 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8390 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
12413 if( rc!=SQLITE_ROW ){ in expertNext()
12550 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12580 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12736 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
12747 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
13042 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){ in idxFindIndexes()
13151 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger()
13251 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){ in idxCreateVtabSchema()
13430 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex()
13459 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){ in idxPopulateOneStat1()
13493 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
13497 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
13618 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){ in idxPopulateStat1()
13704 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){ in registerUDFs()
13790 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
14593 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()
14995 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in dbdataDbsize()
15913 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverGetPage()
16130 if( p->errCode==SQLITE_OK && sqlite3_step(p1)==SQLITE_ROW ){ in recoverTransferSettings()
16262 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
16281 for(i=0; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in recoverAddTable()
16314 while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
16380 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema1()
16399 if( SQLITE_ROW==sqlite3_step(pTblname) ){ in recoverWriteSchema1()
16443 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema2()
16603 if( SQLITE_ROW==sqlite3_step(pProbe) ){ in recoverLostAndFoundCreate()
16709 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
16738 while( p->errCode==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPageData) ){ in recoverLostAndFoundOnePage()
16753 if( sqlite3_step(pInsert)==SQLITE_ROW ){ in recoverLostAndFoundOnePage()
16810 if( res==SQLITE_ROW ){ in recoverLostAndFound3Step()
16934 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){ in recoverWriteDataStep()
16970 if( p->errCode==SQLITE_OK && sqlite3_step(pSel)==SQLITE_ROW ){ in recoverWriteDataStep()
17006 if( SQLITE_ROW==sqlite3_step(pInsert) ){ in recoverWriteDataStep()
17111 if( rc==SQLITE_ROW ){ in recoverLostAndFound1Step()
17163 if( res==SQLITE_ROW ){ in recoverLostAndFound2Step()
17173 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()
19801 while( rc==SQLITE_ROW ){ in run_table_dump_query()
20213 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
20375 if( rc==SQLITE_OK && pQ && sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()
20621 if( rc!=SQLITE_ROW ) return; in exec_prepared_stmt_columnar()
20698 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()
20843 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
20879 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
20887 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()
21100 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
21227 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
21277 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
21310 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
22344 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in readline_completion_generator()
22385 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in linenoise_completion()
22812 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
22842 if( rc!=SQLITE_OK && rc!=SQLITE_ROW && rc!=SQLITE_DONE ){ in tryToCloneData()
22902 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
22932 while( sqlite3_step(pQuery)==SQLITE_ROW ){ in tryToCloneSchema()
23049 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
23116 if( sqlite3_step(pStmt)==SQLITE_ROW in shell_dbinfo_command()
23509 while( SQLITE_ROW==sqlite3_step(pSql) ){ in lintFkeyIndexes()
23523 if( SQLITE_ROW==sqlite3_step(pExplain) ){ in lintFkeyIndexes()
23965 if( SQLITE_ROW==sqlite3_step(pTest) ){ in arCheckEntries()
24039 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arListCommand()
24151 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arExtractCommand()
24696 if( rc==SQLITE_ROW ){ in zAutoColumn()
24706 && SQLITE_ROW==sqlite3_step(pStmt) ){ in zAutoColumn()
24734 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in outputDumpWarning()
25063 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
25516 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
25896 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
25905 while( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
26464 if( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
26474 while( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
26804 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
27159 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in do_meta_command()
27284 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in do_meta_command()
27369 lrc = SQLITE_ROW==sqlite3_step(pStmt); in do_meta_command()
27378 if( SQLITE_ROW==sqlite3_step(pCheckStmt) ){ in do_meta_command()
27519 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){ in do_meta_command()
27558 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
28314 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in doAutoDetectRestore()