Home
last modified time | relevance | path

Searched refs:heim_db_create (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c679 db = heim_db_create("dictdb", "foo", NULL, NULL); in test_db()
681 db = heim_db_create("foobar", "MEMORY", NULL, NULL); in test_db()
683 db = heim_db_create("dictdb", "MEMORY", NULL, NULL); in test_db()
697 db = heim_db_create(dbtype, dbname, options, NULL); in test_db()
813 db2 = heim_db_create(dbtype, dbname, NULL, NULL); in test_db()
H A Dversion-script.map47 heim_db_create;
H A Dheimbase.h334 heim_db_t heim_db_create(const char *dbtype, const char *dbname,
H A Ddb.c284 iter_ctx->db = heim_db_create(heim_string_get_utf8(dbtype), in dbtype_iter2create_f()
318 heim_db_create(const char *dbtype, const char *dbname, in heim_db_create() function
453 return heim_db_create(heim_string_get_utf8(db->dbtype), in heim_db_clone()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daname_to_localname.c413 dbh = heim_db_create(NULL, an2ln_db_fname, db_options, &error); in an2ln_def_plug_an2ln()