Searched refs:sqlite3_step (Results 1 – 13 of 13) 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 …]
1280 while( sqlite3_step(pStmt)==SQLITE_ROW ){ in shellFakeSchema()2731 while( SQLITE_ROW==sqlite3_step(pStmt) ){ in sha3QueryFunc()7617 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()7641 while( sqlite3_step(pS2)==SQLITE_ROW ){ in completionNext()7666 if( sqlite3_step(pCur->pStmt)==SQLITE_ROW ){ in completionNext()11688 rc = sqlite3_step(pCsr->pData); in expertNext()11826 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()11856 while( rc==SQLITE_OK && SQLITE_ROW==sqlite3_step(p1) ){ in idxGetTableInfo()12012 while( rc==SQLITE_OK && sqlite3_step(pIdxList)==SQLITE_ROW ){ in idxFindCompatible()12023 while( rc==SQLITE_OK && sqlite3_step(pInfo)==SQLITE_ROW ){ in idxFindCompatible()[all …]
496 #define sqlite3_step sqlite3_api->step macro
5296 SQLITE_API int sqlite3_step(sqlite3_stmt*);52947 rc = sqlite3_step(pStmt);53021 rc = sqlite3_step(pStmt);90297 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){101306 rc = sqlite3_step(p->pStmt);118962 while( sqlite3_step(pStmt)==SQLITE_ROW ){119020 while( sqlite3_step(pStmt)==SQLITE_ROW ){134826 rc = sqlite3_step(pStmt);135419 #define sqlite3_step sqlite3_api->step135862 sqlite3_step,[all …]
4983 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()
109 ret = sqlite3_step(stmt); in dbd_sqlite3_select_internal()344 ret = sqlite3_step(stmt); in dbd_sqlite3_query_internal()
335 #define sqlite3_step sqlite3_api->step macro
3345 SQLITE_API int sqlite3_step(sqlite3_stmt*);
3898 SQLITE_API int sqlite3_step(sqlite3_stmt*);62019 SQLITE_API int sqlite3_step(sqlite3_stmt *pStmt){69872 rc = sqlite3_step(p->pStmt);78260 while( sqlite3_step(pStmt)==SQLITE_ROW ){88795 rc = sqlite3_step(pStmt);89227 #define sqlite3_step sqlite3_api->step89534 sqlite3_step,98977 VVA_ONLY( rc = ) sqlite3_step(pStmt);98993 while( SQLITE_ROW==sqlite3_step(pStmt) ){114866 sqlite3_step(pStmt);[all …]
347 int sqlite_result = sqlite3_step(stmt->s3stmt); in svn_sqlite__step()
1708 rcs = sqlite3_step(pStmt); in dbEvalStep()2617 sqlite3_step(pStmt); in DbObjCmd()
644 while (sqlite3_step(stmt) == SQLITE_ROW) { in add_sqlite_radius_attr()