Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c408 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 Dversion-script.map76 heim_path_get;
H A Dheimbase.h242 heim_object_t heim_path_get(heim_object_t ptr, heim_error_t *error, ...);
H A Dheimbase.c848 heim_path_get(heim_object_t ptr, heim_error_t *error, ...) in heim_path_get() function