Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/include/
H A Ducl.h846 ucl_object_iter_t *iter, bool expand_values, int *ep);
883 bool expand_values);
/freebsd/contrib/libucl/doc/
H A Dapi.md387 ucl_object_iter_t *iter, bool expand_values);
390expand_values` flag speicifies whether `ucl_iterate_object` should expand keys with multiple value…
/freebsd/contrib/libucl/src/
H A Ducl_util.c2708 ucl_object_iterate_with_error (const ucl_object_t *obj, ucl_object_iter_t *iter, bool expand_values, argument
2717 if (expand_values) {
2830 ucl_object_iterate_safe (ucl_object_iter_t it, bool expand_values) argument
2832 return ucl_object_iterate_full (it, expand_values ? UCL_ITERATE_BOTH :