Searched refs:sqlite3_finalize (Results 1 – 9 of 9) sorted by relevance
252 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()
162 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 …]
2028 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...]
455 #define sqlite3_finalize sqlite3_api->finalize macro
325 ** Ideally, applications should [sqlite3_finalize | finalize] all368 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],4039 ** <li> Destroy the object using [sqlite3_finalize()].4171 ** [sqlite3_finalize()] relatively soon. The current implementation acts4243 ** SQL statement using [sqlite3_finalize()] after it has finished with it.4823 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically4852 ** using [sqlite3_finalize()] or until the statement is automatically4973 ** already been [sqlite3_finalize | finalized] or on one that had4994 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the5099 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav[all...]
638 ** Ideally, applications should [sqlite3_finalize | finalize] all681 ** [sqlite3_prepare_v2()], [sqlite3_step()], and [sqlite3_finalize()],4352 ** <li> Destroy the object using [sqlite3_finalize()].4484 ** [sqlite3_finalize()] relatively soon. The current implementation acts4556 ** SQL statement using [sqlite3_finalize()] after it has finished with it.5136 ** is destroyed by [sqlite3_finalize()] or until the statement is automatically5165 ** using [sqlite3_finalize()] or until the statement is automatically5286 ** already been [sqlite3_finalize | finalized] or on one that had5307 ** [sqlite3_reset()] or [sqlite3_finalize()] in order to find one of the5412 ** [sqlite3_reset()] nor [sqlite3_finalize()] hav[all...]
138 (void)::sqlite3_finalize(stmt); in ~impl()
525 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()
736 sqlite3_finalize(stmt); in ieee802_1x_encapsulate_radius()