Lines Matching refs:sqlite3_step
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()
12491 rc = sqlite3_step(pCsr->pData); 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()
13600 sqlite3_step(pWriteStat); 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()
14378 return sqlite3_step(pStmt); in intckStep()
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()
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()
17074 sqlite3_step(pStmt); in recoverPageCount()
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()
18072 int res = sqlite3_step(pLaf->pAllPage); 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()
18373 rc = sqlite3_step(pLaf->pUsedPages); in recoverLostAndFound1Step()
18425 int res = sqlite3_step(pLaf->pAllAndParent); in recoverLostAndFound2Step()
18433 sqlite3_step(pLaf->pMapInsert); in recoverLostAndFound2Step()
18436 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()
21062 rc = sqlite3_step(pSelect); in run_table_dump_query()
21077 rc = sqlite3_step(pSelect); 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()
21883 rc = sqlite3_step(pStmt); in exec_prepared_stmt_columnar()
21962 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()
22104 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
22147 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
22363 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
22490 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
22538 rc = sqlite3_step(pStmt); 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()
24105 rc = sqlite3_step(pInsert); 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()
25965 rc = sqlite3_step(pStmt); in zAutoColumn()
25986 rc = sqlite3_step(pStmt); in zAutoColumn()
25993 rc = sqlite3_step(pStmt); 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()
27185 sqlite3_step(pStmt); 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()
27896 sqlite3_step(pStmt); 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()