Searched refs:heim_path_get (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/ |
H A D | test_base.c | 408 o = heim_path_get(dict, NULL, p1, p2b, NULL); in test_path() 421 o = heim_path_get(dict, NULL, p1, p2a, p3, p4a, NULL); in test_path() 424 o = heim_path_get(dict, NULL, p1, p2a, p3, p4b, NULL); in test_path() 439 o = heim_path_get(dict, NULL, k1, NULL); in test_path() 441 o = heim_path_get(dict, NULL, k2, NULL); in test_path() 443 o = heim_path_get(dict, NULL, k2, k2_1, NULL); in test_path() 445 o = heim_path_get(dict, NULL, k2, k2_2, NULL); in test_path() 447 o = heim_path_get(dict, NULL, k2, k2_3, NULL); in test_path() 449 o = heim_path_get(dict, NULL, k2, k2_4, NULL); in test_path() 451 o = heim_path_get(dict, NULL, k2, k2_5, NULL); in test_path() [all …]
|
H A D | version-script.map | 76 heim_path_get;
|
H A D | heimbase.h | 242 heim_object_t heim_path_get(heim_object_t ptr, heim_error_t *error, ...);
|
H A D | heimbase.c | 848 heim_path_get(heim_object_t ptr, heim_error_t *error, ...) in heim_path_get() function
|