Searched refs:sqlite3_step (Results 1 – 9 of 9) sorted by relevance
269 ret = sqlite3_step(stmt); in get_def_name()367 ret = sqlite3_step(s->icache); in create_cache()515 if (sqlite3_step(s->scache_name) == SQLITE_ROW) { in scc_resolve()580 ret = sqlite3_step(s->dcred); in scc_initialize()599 ret = sqlite3_step(s->ucachep); in scc_initialize()642 ret = sqlite3_step(s->dcache); in scc_destroy()756 ret = sqlite3_step(s->icred); in scc_store_cred()775 ret = sqlite3_step(s->iprincipal); in scc_store_cred()793 ret = sqlite3_step(s->iprincipal); in scc_store_cred()833 if (sqlite3_step(s->scache) != SQLITE_ROW) { in scc_get_principal()[all …]
1907 rc = sqlite3_step(p->pJTrans); in qrfJsonbToJson()2814 rc = sqlite3_step(p->pStmt); in qrfColumnar()2881 }while( sqlite3_step(p->pStmt)==SQLITE_ROW && p->iErr==SQLITE_OK ); in qrfColumnar()3214 for(iOp=0; SQLITE_ROW==sqlite3_step(p->pStmt) && !p->iErr; iOp++){ in qrfExplain()3271 for(iOp=0; sqlite3_step(p->pStmt)==SQLITE_ROW && !p->iErr; iOp++){ in qrfExplain()3877 while( qrf.iErr==SQLITE_OK && sqlite3_step(pStmt)==SQLITE_ROW ){ in sqlite3_format_query_result()5134 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()5559 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha1QueryFunc()11160 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()11189 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()[all …]
506 #define sqlite3_step sqlite3_api->step macro
5631 SQLITE_API int sqlite3_step(sqlite3_stmt*);56058 rc = sqlite3_step(pStmt);56066 rc = sqlite3_step(pStmt);56140 sqlite3_step(pStmt);94443 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){ function105906 rc = sqlite3_step(p->pStmt);125201 while( sqlite3_step(pStmt)==SQLITE_ROW ){125263 while( sqlite3_step(pStmt)==SQLITE_ROW ){142136 rc = sqlite3_step(pStmt);142739 #define sqlite3_step sqlite3_api->step macro[all …]
5310 SQLITE_API int sqlite3_step(sqlite3_stmt*);
230 ret = sqlite3_step(stmt); in hdb_sqlite_step()236 ret = sqlite3_step(stmt); in hdb_sqlite_step()
191 const int error = ::sqlite3_step(_pimpl->stmt); in step()
1786 rcs = sqlite3_step(pStmt); in dbEvalStep()3103 sqlite3_step(pStmt); in DbObjCmd()
709 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()