Searched refs:ucl_lookup_path (Results 1 – 3 of 3) sorted by relevance
120 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()
557 UCL_EXTERN const ucl_object_t *ucl_lookup_path (const ucl_object_t *obj,
1390 ucl_lookup_path (const ucl_object_t *top, const char *path_in) { function