Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/include/
H A Ducl.h699 UCL_EXTERN const ucl_object_t* ucl_object_lookup_any (const ucl_object_t *obj,
701 #define ucl_object_find_any_key ucl_object_lookup_any
/freebsd/contrib/libucl/tests/
H A Dtest_generate.c171 test = ucl_object_lookup_any (obj, "key100", "key200", "key300", "key16", NULL); in main()
/freebsd/contrib/libucl/src/
H A Ducl_util.c2674 ucl_object_lookup_any (const ucl_object_t *obj, function