Searched refs:sqlite3_reset (Results 1 – 9 of 9) sorted by relevance
374 sqlite3_reset(s->icache); in create_cache()518 sqlite3_reset(s->scache_name); in scc_resolve()531 sqlite3_reset(s->scache_name); in scc_resolve()582 sqlite3_reset(s->dcred); in scc_initialize()601 sqlite3_reset(s->ucachep); in scc_initialize()644 sqlite3_reset(s->dcache); in scc_destroy()758 sqlite3_reset(s->icred); in scc_store_cred()777 sqlite3_reset(s->iprincipal); in scc_store_cred()795 sqlite3_reset(s->iprincipal); in scc_store_cred()834 sqlite3_reset(s->scache); in scc_get_principal()[all …]
352 sqlite3_reset(hsdb->get_version); in hdb_sqlite_make_database()439 sqlite3_reset(fetch); in hdb_sqlite_fetch_kvno()463 sqlite3_reset(statement); in hdb_sqlite_step_once()530 sqlite3_reset(hsdb->add_entry); in hdb_sqlite_store()538 sqlite3_reset(hsdb->add_principal); in hdb_sqlite_store()601 sqlite3_reset(get_ids); in hdb_sqlite_store()731 sqlite3_reset(hsdb->get_all_entries); in hdb_sqlite_nextkey()752 sqlite3_reset(hsdb->get_all_entries); in hdb_sqlite_firstkey()815 sqlite3_reset(remove); in hdb_sqlite_remove()
481 (void)::sqlite3_reset(_pimpl->stmt); in reset()
479 #define sqlite3_reset sqlite3_api->reset macro
4350 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back4583 ** and the application would have to make a second call to [sqlite3_reset()]4790 ** Hence, it is good practice to call [sqlite3_reset(S)]4803 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)4995 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],5000 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.5101 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset5267 ** machine without first calling [sqlite3_reset()] to reset the virtual5280 ** can be obtained by calling [sqlite3_reset()] on the5292 ** [sqlite3_reset()] wa[all...]
4037 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back4270 ** and the application would have to make a second call to [sqlite3_reset()]4477 ** Hence, it is good practice to call [sqlite3_reset(S)]4490 ** been reset using [sqlite3_reset(S)]. ^The sqlite3_stmt_busy(S)4682 ** [sqlite3_step()] has been called more recently than [sqlite3_reset()],4687 ** ^Bindings are not cleared by the [sqlite3_reset()] routine.4788 ** ^Contrary to the intuition of many, [sqlite3_reset()] does not reset4954 ** machine without first calling [sqlite3_reset()] to reset the virtual4967 ** can be obtained by calling [sqlite3_reset()] on the4979 ** [sqlite3_reset()] wa[all...]
12645 rc2 = sqlite3_reset(p1); in idxGetTableInfo() 13548 sqlite3_reset(pIndexXInfo); in idxPopulateOneStat1() 13601 rc = sqlite3_reset(pWriteStat); in idxPopulateOneStat1() 15844 rc2 = sqlite3_reset(pStmt); in dbdataLoadPage() 16964 ** Reset SQLite statement handle pStmt. If the call to sqlite3_reset() 16973 int rc = sqlite3_reset(pStmt); in recoverReset() 16981 ** Finalize SQLite statement handle pStmt. If the call to sqlite3_reset() 21511 sqlite3_reset(pSql); in explain_data_prepare() 21651 sqlite3_reset(pQ); in bind_prepared_stmt() 22360 sqlite3_reset(pExplai in shell_exec() [all...]
1715 rcs = sqlite3_reset(pStmt); in dbEvalStep()1759 sqlite3_reset(p->pPreStmt->pStmt); in dbEvalFinalize()2618 rc = sqlite3_reset(pStmt); in DbObjCmd()
734 sqlite3_reset(stmt); in ieee802_1x_encapsulate_radius()