Searched refs:heim_path_get (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/crypto/external/bsd/heimdal/dist/lib/base/
H A Dtest_base.c408 o = heim_path_get(dict, NULL, p1, p2b, NULL);
421 o = heim_path_get(dict, NULL, p1, p2a, p3, p4a, NULL);
424 o = heim_path_get(dict, NULL, p1, p2a, p3, p4b, NULL);
430 /* Test that JSON parsing works right by using heim_path_get() */
439 o = heim_path_get(dict, NULL, k1, NULL);
441 o = heim_path_get(dict, NULL, k2, NULL);
443 o = heim_path_get(dict, NULL, k2, k2_1, NULL);
445 o = heim_path_get(dict, NULL, k2, k2_2, NULL);
447 o = heim_path_get(dict, NULL, k2, k2_3, NULL);
449 o = heim_path_get(dic
[all...]
H A Dheimbase.h242 heim_object_t heim_path_get(heim_object_t ptr, heim_error_t *error, ...);
H A Dheimbase.c761 heim_abort("heim_path_get() only operates on container types");
777 "heim_path_get() path elements "
786 "heim_path_get() node in path "
848 heim_path_get(heim_object_t ptr, heim_error_t *error, ...) function

Completed in 89 milliseconds