Home
last modified time | relevance | path

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

/trueos/contrib/libucl/tests/
HDtest_generate.c120 found = ucl_lookup_path (obj, "key4.1"); in main()
123 found = ucl_lookup_path (obj, ".key4.1"); in main()
126 found = ucl_lookup_path (obj, ".key4........1..."); in main()
129 found = ucl_lookup_path (obj, ".key4.3"); in main()
132 found = ucl_lookup_path (obj, "key9..key1"); in main()
/trueos/contrib/libucl/include/
HDucl.h557 UCL_EXTERN const ucl_object_t *ucl_lookup_path (const ucl_object_t *obj,
/trueos/contrib/libucl/src/
HDucl_util.c1390 ucl_lookup_path (const ucl_object_t *top, const char *path_in) { function