Searched refs:hsdb (Results 1 – 1 of 1) sorted by relevance
| /freebsd-14.2/crypto/heimdal/lib/hdb/ |
| H A D | hdb-sqlite.c | 206 ret = sqlite3_open_v2(hsdb->db_file, &hsdb->db, in hdb_sqlite_open_database() 210 if (hsdb->db) { in hdb_sqlite_open_database() 214 hsdb->db_file, sqlite3_errmsg(hsdb->db)); in hdb_sqlite_open_database() 348 ret = hdb_sqlite_step(context, hsdb->db, hsdb->get_version); in hdb_sqlite_make_database() 350 hsdb->version = sqlite3_column_double(hsdb->get_version, 0); in hdb_sqlite_make_database() 365 if (hsdb->db) in hdb_sqlite_make_database() 528 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_entry); in hdb_sqlite_store() 536 ret = hdb_sqlite_step(context, hsdb->db, hsdb->add_principal); in hdb_sqlite_store() 720 sqlite_error = hdb_sqlite_step(context, hsdb->db, hsdb->get_all_entries); in hdb_sqlite_nextkey() 840 hsdb = (hdb_sqlite_db*) calloc(1, sizeof (*hsdb)); in hdb_sqlite_create() [all …]
|