Home
last modified time | relevance | path

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

/freebsd-src/crypto/heimdal/lib/hdb/
H A Dhdb-sqlite.c252 sqlite3_finalize(hsdb->get_version); in hdb_sqlite_close_database()
253 sqlite3_finalize(hsdb->fetch); in hdb_sqlite_close_database()
254 sqlite3_finalize(hsdb->get_ids); in hdb_sqlite_close_database()
255 sqlite3_finalize(hsdb->add_entry); in hdb_sqlite_close_database()
256 sqlite3_finalize(hsdb->add_principal); in hdb_sqlite_close_database()
257 sqlite3_finalize(hsdb->add_alias); in hdb_sqlite_close_database()
258 sqlite3_finalize(hsdb->delete_aliases); in hdb_sqlite_close_database()
259 sqlite3_finalize(hsdb->update_entry); in hdb_sqlite_close_database()
260 sqlite3_finalize(hsdb->remove); in hdb_sqlite_close_database()
261 sqlite3_finalize(hsdb->get_all_entries); in hdb_sqlite_close_database()
/freebsd-src/crypto/heimdal/lib/krb5/
H A Dscache.c162 sqlite3_finalize(s->icred); in scc_free()
164 sqlite3_finalize(s->dcred); in scc_free()
166 sqlite3_finalize(s->iprincipal); in scc_free()
168 sqlite3_finalize(s->icache); in scc_free()
170 sqlite3_finalize(s->ucachen); in scc_free()
172 sqlite3_finalize(s->ucachep); in scc_free()
174 sqlite3_finalize(s->dcache); in scc_free()
176 sqlite3_finalize(s->scache); in scc_free()
178 sqlite3_finalize(s->scache_name); in scc_free()
180 sqlite3_finalize(s->umaster); in scc_free()
[all …]
/freebsd-src/contrib/sqlite3/
H A Dshell.c2028 sqlite3_finalize(pStmt); in shellFakeSchema()
3448 sqlite3_finalize(pStmt); in sha3QueryFunc()
3455 sqlite3_finalize(pStmt); in sha3QueryFunc()
3522 sqlite3_finalize(pStmt); in sha3QueryFunc()
8360 sqlite3_finalize(pCur->pStmt); pCur->pStmt = 0;
8429 sqlite3_finalize(pS2); in completionNext()
8455 sqlite3_finalize(pS2); in completionNext()
8474 sqlite3_finalize(pCur->pStmt); in completionNext()
12467 sqlite3_finalize(pCsr->pData);
12493 rc = sqlite3_finalize(pCs in expertNext()
[all...]
H A Dsqlite3ext.h455 #define sqlite3_finalize sqlite3_api->finalize macro
H A Dsqlite3.h325 ** Ideally, applications should [sqlite3_finalize | finalize] all
368 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
4039 ** <li> Destroy the object using [sqlite3_finalize()].
4171 ** [sqlite3_finalize()] relatively soon. The current implementation acts
4243 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
4823 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
4852 ** using [sqlite3_finalize()] or until the statement is automatically
4973 ** already been [sqlite3_finalize | finalized] or on one that had
4994 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
5099 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
[all...]
H A Dsqlite3.c638 ** Ideally, applications should [sqlite3_finalize | finalize] all
681 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],
4352 ** <li> Destroy the object using [sqlite3_finalize()].
4484 ** [sqlite3_finalize()] relatively soon. The current implementation acts
4556 ** SQL statement using [sqlite3_finalize()] after it has finished with it.
5136 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically
5165 ** using [sqlite3_finalize()] or until the statement is automatically
5286 ** already been [sqlite3_finalize | finalized] or on one that had
5307 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the
5412 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav
[all...]
/freebsd-src/contrib/kyua/utils/sqlite/
H A Dstatement.cpp138 (void)::sqlite3_finalize(stmt); in ~impl()
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c525 sqlite3_finalize(pStmt->pStmt); in dbFreeStmt()
2540 sqlite3_finalize(pStmt); in DbObjCmd()
2562 sqlite3_finalize(pStmt); in DbObjCmd()
2568 sqlite3_finalize(pStmt); in DbObjCmd()
2628 sqlite3_finalize(pStmt); in DbObjCmd()
/freebsd-src/contrib/wpa/src/ap/
H A Dieee802_1x.c736 sqlite3_finalize(stmt); in ieee802_1x_encapsulate_radius()