OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:db_open
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c
144
static sqlite3 *
db_open
(const char *db_file)
function
1117
if (sqlite_db_file && (sqlite_db =
db_open
(sqlite_db_file)) == NULL)
/external/wpa_supplicant_8/src/eap_server/
eap_sim_db.c
136
static sqlite3 *
db_open
(const char *db_file)
function
720
data->sqlite_db =
db_open
(pos);
[
all
...]
Completed in 75 milliseconds