Lines Matching refs:sqlite3_step

1570   while( sqlite3_step(pStmt)==SQLITE_ROW ){  in shellFakeSchema()
3095 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()
3511 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha1QueryFunc()
9248 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
9272 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()
9297 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()
13330 rc = sqlite3_step(pCsr->pData); in expertNext()
13468 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
13498 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()
13654 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()
13665 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()
13960 while( rc==SQLITE_OK && sqlite3_step(pExplain)==SQLITE_ROW ){ in idxFindIndexes()
14069 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSelect) ){ in idxProcessOneTrigger()
14171 if( SQLITE_ROW==sqlite3_step(pSql) ){ in expertDbContainsObject()
14232 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSchema) ){ in idxCreateVtabSchema()
14417 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pMax) ){ in idxLargestIndex()
14446 while( SQLITE_OK==rc && SQLITE_ROW==sqlite3_step(pIndexXInfo) ){ in idxPopulateOneStat1()
14487 if( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
14491 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pQuery) ){ in idxPopulateOneStat1()
14514 sqlite3_step(pWriteStat); in idxPopulateOneStat1()
14612 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pAllIndex) ){ in idxPopulateStat1()
14701 while( SQLITE_ROW==(rc = sqlite3_step(pStmt)) ){ in registerUDFs()
14788 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in sqlite3_expert_new()
15297 return sqlite3_step(pStmt); in intckStep()
15353 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pXinfo) ){ in intckSaveKey()
15422 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in intckSaveKey()
15460 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in intckFindObject()
15656 if( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in intckIsIndex()
15931 while( p->rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pStmt) ){ in intckCheckObjectSql()
16033 if( sqlite3_step(p->pCheck)==SQLITE_ROW ){ in sqlite3_intck_step()
18061 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in dbdataLoadPage()
18492 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in dbdataDbsize()
19324 sqlite3_step(pStmt); in recoverPageCount()
19426 if( SQLITE_ROW==sqlite3_step(pStmt) ){ in recoverGetPage()
19643 if( p->errCode==SQLITE_OK && sqlite3_step(p1)==SQLITE_ROW ){ in recoverTransferSettings()
19775 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
19794 for(i=0; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in recoverAddTable()
19827 while( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in recoverAddTable()
19893 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema1()
19912 if( SQLITE_ROW==sqlite3_step(pTblname) ){ in recoverWriteSchema1()
19956 while( sqlite3_step(pSelect)==SQLITE_ROW ){ in recoverWriteSchema2()
20116 if( SQLITE_ROW==sqlite3_step(pProbe) ){ in recoverLostAndFoundCreate()
20222 if( sqlite3_step(pLaf->pFindRoot)==SQLITE_ROW ){ in recoverLostAndFoundFindRoot()
20251 while( p->errCode==SQLITE_OK && SQLITE_ROW==sqlite3_step(pPageData) ){ in recoverLostAndFoundOnePage()
20266 if( sqlite3_step(pInsert)==SQLITE_ROW ){ in recoverLostAndFoundOnePage()
20322 int res = sqlite3_step(pLaf->pAllPage); in recoverLostAndFound3Step()
20447 if( sqlite3_step(p1->pTbls)==SQLITE_ROW ){ in recoverWriteDataStep()
20483 if( p->errCode==SQLITE_OK && sqlite3_step(pSel)==SQLITE_ROW ){ in recoverWriteDataStep()
20519 if( SQLITE_ROW==sqlite3_step(pInsert) ){ in recoverWriteDataStep()
20625 rc = sqlite3_step(pLaf->pUsedPages); in recoverLostAndFound1Step()
20677 int res = sqlite3_step(pLaf->pAllAndParent); in recoverLostAndFound2Step()
20685 sqlite3_step(pLaf->pMapInsert); in recoverLostAndFound2Step()
20688 if( SQLITE_ROW==sqlite3_step(pLaf->pMaxField) ){ in recoverLostAndFound2Step()
23481 rc = sqlite3_step(pSelect); in run_table_dump_query()
23496 rc = sqlite3_step(pSelect); in run_table_dump_query()
23919 for(iOp=0; SQLITE_ROW==sqlite3_step(pSql); iOp++){ in explain_data_prepare()
24087 if( rc==SQLITE_OK && pQ && sqlite3_step(pQ)==SQLITE_ROW ){ in bind_prepared_stmt()
24402 rc = sqlite3_step(pStmt); in exec_prepared_stmt_columnar()
24482 }while( bNextLine || sqlite3_step(pStmt)==SQLITE_ROW ); in exec_prepared_stmt_columnar()
24626 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
24669 rc = sqlite3_step(pStmt); in exec_prepared_stmt()
24891 while( sqlite3_step(pExplain)==SQLITE_ROW ){ in shell_exec()
25019 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in tableColumnList()
25067 rc = sqlite3_step(pStmt); in tableColumnList()
25102 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in toggleSelectOrder()
26187 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in readline_completion_generator()
26238 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in linenoise_completion()
26668 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneData()
26697 rc = sqlite3_step(pInsert); in tryToCloneData()
26759 while( (rc = sqlite3_step(pQuery))==SQLITE_ROW ){ in tryToCloneSchema()
26789 while( sqlite3_step(pQuery)==SQLITE_ROW ){ in tryToCloneSchema()
26923 if( pStmt && sqlite3_step(pStmt)==SQLITE_ROW ){ in db_int()
26991 if( sqlite3_step(pStmt)==SQLITE_ROW in shell_dbinfo_command()
27063 if( sqlite3_step(pStmt)!=SQLITE_ROW ) goto dbtotxt_error; in shell_dbtotxt_command()
27071 if( sqlite3_step(pStmt)!=SQLITE_ROW ) goto dbtotxt_error; in shell_dbtotxt_command()
27078 if( sqlite3_step(pStmt)!=SQLITE_ROW ){ in shell_dbtotxt_command()
27097 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shell_dbtotxt_command()
27482 while( SQLITE_ROW==sqlite3_step(pSql) ){ in lintFkeyIndexes()
27496 if( SQLITE_ROW==sqlite3_step(pExplain) ){ in lintFkeyIndexes()
27941 if( SQLITE_ROW==sqlite3_step(pTest) ){ in arCheckEntries()
28015 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arListCommand()
28127 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(pSql) ){ in arExtractCommand()
28680 rc = sqlite3_step(pStmt); in zAutoColumn()
28701 rc = sqlite3_step(pStmt); in zAutoColumn()
28708 rc = sqlite3_step(pStmt); in zAutoColumn()
28719 && SQLITE_ROW==sqlite3_step(pStmt) ){ in zAutoColumn()
28747 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in outputDumpWarning()
29108 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
29574 doStats = sqlite3_step(pStmt)==SQLITE_ROW; in do_meta_command()
29825 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
29914 sqlite3_step(pStmt); in do_meta_command()
29981 if( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
29990 while( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
30645 if( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
30655 while( rx==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
30709 sqlite3_step(pStmt); in do_meta_command()
30989 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
31351 for(i=1; sqlite3_step(pStmt)==SQLITE_ROW; i++){ in do_meta_command()
31478 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in do_meta_command()
31563 lrc = SQLITE_ROW==sqlite3_step(pStmt); in do_meta_command()
31572 if( SQLITE_ROW==sqlite3_step(pCheckStmt) ){ in do_meta_command()
31716 for(ii=0; sqlite3_step(pStmt)==SQLITE_ROW; ii++){ in do_meta_command()
31755 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in do_meta_command()
32632 if( rc==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in doAutoDetectRestore()