Home
last modified time | relevance | path

Searched refs:sqlite3_close (Results 1 - 19 of 19) sorted by relevance

/third_party/libsnd/regtest/
H A Ddatabase.c98 sqlite3_close (db->sql) ; in db_open()
130 sqlite3_close (db->sql) ; in db_create()
142 sqlite3_close (db->sql) ; in db_close()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Deap_user_db.c183 sqlite3_close(db); in eap_user_sqlite_get()
223 sqlite3_close(db); in eap_user_sqlite_get()
H A Dhostapd.c2462 sqlite3_close(hapd->rad_attr_db); in hostapd_bss_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Deap_user_db.c183 sqlite3_close(db); in eap_user_sqlite_get()
223 sqlite3_close(db); in eap_user_sqlite_get()
H A Dhostapd.c2257 sqlite3_close(hapd->rad_attr_db); in hostapd_bss_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/
H A Dhlr_auc_gw.c151 sqlite3_close(db); in db_open()
157 sqlite3_close(db); in db_open()
958 sqlite3_close(sqlite_db); in cleanup()
1101 sqlite3_close(sqlite_db); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/
H A Dhlr_auc_gw.c151 sqlite3_close(db); in db_open()
157 sqlite3_close(db); in db_open()
958 sqlite3_close(sqlite_db); in cleanup()
1101 sqlite3_close(sqlite_db); in main()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/
H A Deap_sim_db.c148 sqlite3_close(db); in db_open()
154 sqlite3_close(db); in db_open()
160 sqlite3_close(db); in db_open()
831 sqlite3_close(data->sqlite_db); in eap_sim_db_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/
H A Deap_sim_db.c148 sqlite3_close(db); in db_open()
154 sqlite3_close(db); in db_open()
160 sqlite3_close(db); in db_open()
831 sqlite3_close(data->sqlite_db); in eap_sim_db_deinit()
/third_party/libwebsockets/lib/misc/
H A Dlws-struct-sqlite.c547 n = sqlite3_close(*pdb); in lws_struct_sq3_close()
/third_party/elfutils/debuginfod/
H A Ddebuginfod.cxx4267 sqlite3_close (databaseq); in main()
4268 sqlite3_close (database); in main()
4418 (void) sqlite3_close (databaseq); in main()
4420 (void) sqlite3_close (database); in main()
/third_party/ltp/tools/sparse/sparse-src/
H A Dsemind.c1177 sqlite3_close(semind_db); in main()
/third_party/sqlite/include/
H A Dsqlite3ext.h410 #define sqlite3_close sqlite3_api->close macro
H A Dsqlite3.h265 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
319 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
321 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
331 ** sqlite3_close() will leave the database connection open and return
345 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
350 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
353 SQLITE_API int sqlite3_close(sqlite3*);
3418 ** passing it to [sqlite3_close()] when it is no longer required.
6069 ** [database connection] is closed using [sqlite3_close()].
9138 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
[all...]
/third_party/python/Modules/_sqlite/
H A Dconnection.c281 // database, so sqlite3_close() should always return SQLITE_OK. in pysqlite_connection_init_impl()
282 rc = sqlite3_close(db); in pysqlite_connection_init_impl()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius_server.c2550 sqlite3_close(data->db); in radius_server_deinit()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius_server.c2353 sqlite3_close(data->db); in radius_server_deinit()
/third_party/sqlite/src/
H A Dshell.c11393 sqlite3_close(p->dbm); in sqlite3_expert_destroy()
11394 sqlite3_close(p->dbv); in sqlite3_expert_destroy()
13557 sqlite3_close(db2); in recoverTransferSettings()
14638 sqlite3_close(p->dbOut); in recoverFinalCleanup()
19606 int rc = sqlite3_close(db); in close_db()
19608 utf8_printf(stderr, "Error: sqlite3_close() returns %d: %s\n", in close_db()
21982 sqlite3_close(*pDb); in zAutoColumn()
H A Dsqlite3.c575 ** [sqlite3_open_v2()] interfaces are its constructors, and [sqlite3_close()]
629 ** ^The sqlite3_close() and sqlite3_close_v2() routines are destructors
631 ** ^Calls to sqlite3_close() and sqlite3_close_v2() return [SQLITE_OK] if
641 ** sqlite3_close() will leave the database connection open and return
655 ** The C parameter to [sqlite3_close(C)] and [sqlite3_close_v2(C)]
660 ** ^Calling sqlite3_close() or sqlite3_close_v2() with a NULL pointer
663 SQLITE_API int sqlite3_close(sqlite3*);
3724 ** passing it to [sqlite3_close()] when it is no longer required.
6378 ** [database connection] is closed using [sqlite3_close()].
9447 ** callback is invoked from within the [sqlite3_step] or [sqlite3_close]
132333 #define sqlite3_close global() macro
174721 SQLITE_API int sqlite3_close(sqlite3 *db){ return sqlite3Close(db,0); } global() function
[all...]

Completed in 197 milliseconds