Searched refs:heim_path_create (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | test_base.c | 401 ret = heim_path_create(dict, 11, a, NULL, p1, p2a, NULL); in test_path() 405 ret = heim_path_create(dict, 11, l3, NULL, p1, p2b, NULL); in test_path() 411 ret = heim_path_create(dict, 11, NULL, NULL, p1, p2a, p3, NULL); in test_path() 414 ret = heim_path_create(dict, 11, l1, NULL, p1, p2a, p3, p4a, NULL); in test_path() 417 ret = heim_path_create(dict, 11, l2, NULL, p1, p2a, p3, p4b, NULL); in test_path() 581 return heim_path_create(dictdb->dict, 29, value, error, table, key, NULL); in dict_db_set_value()
|
H A D | version-script.map | 74 heim_path_create;
|
H A D | heimbase.h | 251 int heim_path_create(heim_object_t ptr, size_t size, heim_object_t leaf,
|
H A D | db.c | 853 ret = heim_path_create(db->set_keys, 29, value, error, table, key64, NULL); in heim_db_set_value() 922 ret = heim_path_create(db->del_keys, 29, heim_number_create(1), error, table, key64, NULL); in heim_db_delete_key() 1646 ret = heim_path_create(jsondb->dict, 29, value, error, table, key_string, NULL); in json_db_set_value()
|
H A D | heimbase.c | 1030 heim_path_create(heim_object_t ptr, size_t size, heim_object_t leaf, in heim_path_create() function
|