Searched refs:sqlite3_open (Results 1 – 19 of 19) sorted by relevance
/third_party/libsoup/libsoup/ |
D | soup-cookie-jar-db.c | 242 if (sqlite3_open (priv->filename, &priv->db)) { in open_db()
|
D | soup-hsts-enforcer-db.c | 224 if (sqlite3_open (priv->filename, &priv->db)) { in open_db()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
D | eap_user_db.c | 180 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) { in eap_user_sqlite_get()
|
D | hostapd.c | 1261 if (sqlite3_open(conf->radius_req_attr_sqlite, in hostapd_setup_bss()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | eap_user_db.c | 180 if (sqlite3_open(hapd->conf->eap_user_sqlite, &db)) { in eap_user_sqlite_get()
|
D | hostapd.c | 1224 if (sqlite3_open(conf->radius_req_attr_sqlite, in hostapd_setup_bss()
|
/third_party/libsnd/regtest/ |
D | database.c | 96 if ((err = sqlite3_open (db_name, &(db->sql))) != 0) in db_open()
|
/third_party/sqlite/include/ |
D | sqlite3ext.h | 452 #define sqlite3_open sqlite3_api->open macro
|
D | sqlite3.h | 3620 SQLITE_API int sqlite3_open(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/hostapd/ |
D | hlr_auc_gw.c | 148 if (sqlite3_open(db_file, &db)) { in db_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hostapd/ |
D | hlr_auc_gw.c | 148 if (sqlite3_open(db_file, &db)) { in db_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/eap_server/ |
D | eap_sim_db.c | 145 if (sqlite3_open(db_file, &db)) { in db_open()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/eap_server/ |
D | eap_sim_db.c | 145 if (sqlite3_open(db_file, &db)) { in db_open()
|
/third_party/sqlite/src/ |
D | shell.c | 11062 rc = sqlite3_open(":memory:", &pNew->dbv); in sqlite3_expert_new() 11065 rc = sqlite3_open(":memory:", &pNew->dbm); in sqlite3_expert_new() 15745 sqlite3_open(0, &p->db); in open_db() 15749 sqlite3_open(":memory:", &p->db); in open_db() 15769 sqlite3_open(":memory:", &p->db); in open_db() 16477 rc = sqlite3_open(zNewDb, &newDb); in tryToClone() 18068 rc = sqlite3_open("", &dbtmp); in recoverNewTable() 20412 rc = sqlite3_open(zSrcFile, &pSrc); in do_meta_command()
|
D | sqlite3.c | 3933 SQLITE_API int sqlite3_open( 128219 #define sqlite3_open sqlite3_api->open 128645 sqlite3_open, 170747 SQLITE_API int sqlite3_open(
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/ |
D | radius_server.c | 2431 if (sqlite3_open(conf->sqlite_file, &data->db)) { in radius_server_init()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/ |
D | radius_server.c | 2241 if (sqlite3_open(conf->sqlite_file, &data->db)) { in radius_server_init()
|
/third_party/chromium/patch/ |
D | 0003-3.2-Beta3-1115.patch | 73011 + int status = sqlite3_open(filename.Utf8().c_str(), &connection); 79084 #define sqlite3_open chrome_sqlite3_open // Lines 3620-3623 89595 + if( SQLITE_OK!=sqlite3_open(zCOL_DB, pDb) ) return 0; 116719 #define sqlite3_open chrome_sqlite3_open // Lines 3620-3623 127230 + if( SQLITE_OK!=sqlite3_open(zCOL_DB, pDb) ) return 0; 157434 + ["sqlite3_open", "number", ["string", "number"]], 157541 + this.checkRc(api.sqlite3_open(fn, pPtrArg)); 173127 + if( SQLITE_OK!=sqlite3_open(zCOL_DB, pDb) ) return 0; 176287 { "sqlite3_open", test_open ,0 },
|
D | 0004-3.2-Beta5.patch | 43975 - int status = sqlite3_open(filename.Utf8().c_str(), &connection);
|