Home
last modified time | relevance | path

Searched refs:expand_values (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libucl/include/
H A Ducl.h859 ucl_object_iter_t *iter, bool expand_values, int *ep);
919 bool expand_values);
/freebsd/contrib/libucl/src/
H A Ducl_util.c2716 ucl_object_iterate_with_error(const ucl_object_t *obj, ucl_object_iter_t *iter, bool expand_values, argument
2725 if (expand_values) {
2852 ucl_object_iterate_safe(ucl_object_iter_t it, bool expand_values) argument
2854 return ucl_object_iterate_full(it, expand_values ? UCL_ITERATE_BOTH : UCL_ITERATE_IMPLICIT);