Home | History | Annotate | Download | only in radius

Lines Matching defs:db

341 	sqlite3 *db;
383 if (sess->server->db) {
393 if (sqlite3_exec(sess->server->db, sql, NULL, NULL,
396 sqlite3_errmsg(sess->server->db));
1757 if (sqlite3_open(conf->sqlite_file, &data->db)) {
1873 if (data->db)
1874 sqlite3_close(data->db);