Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c711 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
718 v = heim_db_copy_value(db, NULL, k2, NULL); in test_db()
725 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
751 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
758 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
768 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
775 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
785 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
792 v = heim_db_copy_value(db, NULL, k1, NULL); in test_db()
816 vdict = (heim_dict_t)heim_db_copy_value(db2, NULL, k3, NULL); in test_db()
H A Dversion-script.map43 heim_db_copy_value;
H A Dheimbase.h344 heim_data_t heim_db_copy_value(heim_db_t, heim_string_t, heim_data_t,
H A Ddb.c730 db->to_release = heim_db_copy_value(db, table, key, error); in _heim_db_get_value()
749 heim_db_copy_value(heim_db_t db, heim_string_t table, heim_data_t key, in heim_db_copy_value() function
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/krb5/
H A Daname_to_localname.c427 v = heim_db_copy_value(dbh, NULL, k, &error); in an2ln_def_plug_an2ln()