Home
last modified time | relevance | path

Searched refs:ucl_object_lookup_path (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/libucl/tests/
H A Dtest_generate.c225 found = ucl_object_lookup_path (obj, "key4.1"); in main()
228 found = ucl_object_lookup_path (obj, ".key4.1"); in main()
231 found = ucl_object_lookup_path (obj, ".key4........1..."); in main()
234 found = ucl_object_lookup_path (obj, ".key4.3"); in main()
237 found = ucl_object_lookup_path (obj, "key9..key1"); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h733 UCL_EXTERN const ucl_object_t *ucl_object_lookup_path(const ucl_object_t *obj,
735 #define ucl_lookup_path ucl_object_lookup_path
/freebsd/contrib/libucl/src/
H A Ducl_util.c2919 ucl_object_lookup_path(const ucl_object_t *top, const char *path_in) function