Searched refs:heim_db_create (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | test_base.c | 679 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 D | version-script.map | 47 heim_db_create;
|
H A D | heimbase.h | 334 heim_db_t heim_db_create(const char *dbtype, const char *dbname,
|
H A D | db.c | 284 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 D | aname_to_localname.c | 413 dbh = heim_db_create(NULL, an2ln_db_fname, db_options, &error); in an2ln_def_plug_an2ln()
|