Home
last modified time | relevance | path

Searched refs:sqlite3_reset (Results 1 – 9 of 9) sorted by relevance

/freebsd-src/crypto/heimdal/lib/krb5/
H A Dscache.c374 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 …]
/freebsd-src/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c352 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()
/freebsd-src/contrib/kyua/utils/sqlite/
H A Dstatement.cpp481 (void)::sqlite3_reset(_pimpl->stmt); in reset()
/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h479 #define sqlite3_reset sqlite3_api->reset macro
H A Dsqlite3.c4350 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
4583 ** 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 reset
5267 ** machine without first calling [sqlite3_reset()] to reset the virtual
5280 ** can be obtained by calling [sqlite3_reset()] on the
5292 ** [sqlite3_reset()] wa
[all...]
H A Dsqlite3.h4037 ** <li> Reset the prepared statement using [sqlite3_reset()] then go back
4270 ** 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 reset
4954 ** machine without first calling [sqlite3_reset()] to reset the virtual
4967 ** can be obtained by calling [sqlite3_reset()] on the
4979 ** [sqlite3_reset()] wa
[all...]
H A Dshell.c12645 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...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1715 rcs = sqlite3_reset(pStmt); in dbEvalStep()
1759 sqlite3_reset(p->pPreStmt->pStmt); in dbEvalFinalize()
2618 rc = sqlite3_reset(pStmt); in DbObjCmd()
/freebsd-src/contrib/wpa/src/ap/
H A Dieee802_1x.c734 sqlite3_reset(stmt); in ieee802_1x_encapsulate_radius()