Home
last modified time | relevance | path

Searched refs:heim_path_copy (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dversion-script.map77 heim_path_copy;
H A Dheimbase.h243 heim_object_t heim_path_copy(heim_object_t ptr, heim_error_t *error, ...);
H A Ddb.c774 v = heim_path_copy(db->set_keys, error, table, key64, NULL); in heim_db_copy_value()
779 v = heim_path_copy(db->del_keys, error, table, key64, NULL); /* can't be NULL */ in heim_db_copy_value()
1615 result = heim_path_copy(jsondb->dict, error, table, key_string, NULL); in json_db_copy_value()
H A Dheimbase.c876 heim_path_copy(heim_object_t ptr, heim_error_t *error, ...) in heim_path_copy() function