Searched refs:ucl_object_lookup_path (Results 1 – 3 of 3) sorted by relevance
225 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()
733 UCL_EXTERN const ucl_object_t *ucl_object_lookup_path(const ucl_object_t *obj,735 #define ucl_lookup_path ucl_object_lookup_path
2919 ucl_object_lookup_path(const ucl_object_t *top, const char *path_in) function