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

/freebsd-11-stable/contrib/libucl/tests/
H A Dtest_generate.c225 found = ucl_object_lookup_path (obj, "key4.1");
228 found = ucl_object_lookup_path (obj, ".key4.1");
231 found = ucl_object_lookup_path (obj, ".key4........1...");
234 found = ucl_object_lookup_path (obj, ".key4.3");
237 found = ucl_object_lookup_path (obj, "key9..key1");
/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h702 UCL_EXTERN const ucl_object_t *ucl_object_lookup_path (const ucl_object_t *obj,
704 #define ucl_lookup_path ucl_object_lookup_path
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c2578 ucl_object_lookup_path (const ucl_object_t *top, const char *path_in) { function

Completed in 81 milliseconds