Searched refs:heim_path_copy (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | version-script.map | 77 heim_path_copy;
|
H A D | heimbase.h | 243 heim_object_t heim_path_copy(heim_object_t ptr, heim_error_t *error, ...);
|
H A D | db.c | 774 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 D | heimbase.c | 876 heim_path_copy(heim_object_t ptr, heim_error_t *error, ...) in heim_path_copy() function
|