Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/tests/
H A Dtest_generate.c175 cur = ucl_object_pop_key (obj, "key16"); in main()
177 test = ucl_object_pop_key (obj, "key16"); in main()
/freebsd/contrib/libucl/include/
H A Ducl.h452 UCL_EXTERN ucl_object_t* ucl_object_pop_key (ucl_object_t *top, const char *key)
/freebsd/contrib/libucl/src/
H A Ducl_util.c2518 ucl_object_pop_key (ucl_object_t *top, const char *key) function