Lines Matching refs:SQLITE_ROW
2018 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()
3469 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
8419 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8443 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
8468 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
12492 if( rc!=SQLITE_ROW ){ in expertNext()
12629 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12659 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
12815 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
12826 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
13121 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){ in idxFindIndexes()
13230 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger()
13330 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){ in idxCreateVtabSchema()
13509 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex()
13538 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){ in idxPopulateOneStat1()
13573 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
13577 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
13698 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){ in idxPopulateStat1()
13787 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){ in registerUDFs()
13873 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
14434 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXinfo) ){ in intckSaveKey()
14503 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in intckSaveKey()
14541 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in intckFindObject()
14720 if( SQLITE_ROW==intckStep(p, pStmt) ){ in intckGetAutoIndex()
14737 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in intckIsIndex()
15012 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in intckCheckObjectSql()
15114 if( sqlite3_step(p->pCheck)==SQLITE_ROW ){ in sqlite3_intck_step()
15828 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()
16258 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in dbdataDbsize()
17176 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverGetPage()
17393 if( p->errCode==SQLITE_OK && sqlite3_step(p1)==SQLITE_ROW ){ in recoverTransferSettings()
17525 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
17544 for(i=0; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in recoverAddTable()
17577 while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
17643 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema1()
17662 if( SQLITE_ROW==sqlite3_step(pTblname) ){ in recoverWriteSchema1()
17706 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema2()
17866 if( SQLITE_ROW==sqlite3_step(pProbe) ){ in recoverLostAndFoundCreate()
17972 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
18001 while( p->errCode==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPageData) ){ in recoverLostAndFoundOnePage()
18016 if( sqlite3_step(pInsert)==SQLITE_ROW ){ in recoverLostAndFoundOnePage()
18073 if( res==SQLITE_ROW ){ in recoverLostAndFound3Step()
18197 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){ in recoverWriteDataStep()
18233 if( p->errCode==SQLITE_OK && sqlite3_step(pSel)==SQLITE_ROW ){ in recoverWriteDataStep()
18269 if( SQLITE_ROW==sqlite3_step(pInsert) ){ in recoverWriteDataStep()
18374 if( rc==SQLITE_ROW ){ in recoverLostAndFound1Step()
18426 if( res==SQLITE_ROW ){ in recoverLostAndFound2Step()
18436 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()
21064 while( rc==SQLITE_ROW ){ in run_table_dump_query()
21476 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
21638 if( rc==SQLITE_OK && pQ && sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()
21884 if( rc!=SQLITE_ROW ) return; in exec_prepared_stmt_columnar()
21962 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()
22106 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
22142 if( SQLITE_ROW == rc ){ in exec_prepared_stmt()
22150 } while( SQLITE_ROW == rc ); in exec_prepared_stmt()
22363 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
22490 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
22540 preserveRowid = rc==SQLITE_ROW; in tableColumnList()
22573 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
23608 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in readline_completion_generator()
23649 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in linenoise_completion()
24076 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
24106 if( rc!=SQLITE_OK && rc!=SQLITE_ROW && rc!=SQLITE_DONE ){ in tryToCloneData()
24166 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
24196 while( sqlite3_step(pQuery)==SQLITE_ROW ){ in tryToCloneSchema()
24313 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
24380 if( sqlite3_step(pStmt)==SQLITE_ROW in shell_dbinfo_command()
24773 while( SQLITE_ROW==sqlite3_step(pSql) ){ in lintFkeyIndexes()
24787 if( SQLITE_ROW==sqlite3_step(pExplain) ){ in lintFkeyIndexes()
25229 if( SQLITE_ROW==sqlite3_step(pTest) ){ in arCheckEntries()
25303 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arListCommand()
25415 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arExtractCommand()
25994 if( rc==SQLITE_ROW ){ in zAutoColumn()
26004 && SQLITE_ROW==sqlite3_step(pStmt) ){ in zAutoColumn()
26032 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in outputDumpWarning()
26400 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
26854 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
27097 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
27251 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
27260 while( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
27834 if( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
27844 while( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
28174 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
28529 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in do_meta_command()
28654 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in do_meta_command()
28739 lrc = SQLITE_ROW==sqlite3_step(pStmt); in do_meta_command()
28748 if( SQLITE_ROW==sqlite3_step(pCheckStmt) ){ in do_meta_command()
28889 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){ in do_meta_command()
28928 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
29754 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in doAutoDetectRestore()