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

/freebsd-11-stable/contrib/libucl/include/
H A Ducl.h814 ucl_object_iter_t *iter, bool expand_values);
836 * @param expand_values expand explicit arrays and objects
840 bool expand_values);
/freebsd-11-stable/contrib/libucl/src/
H A Ducl_util.c2419 ucl_object_iterate (const ucl_object_t *obj, ucl_object_iter_t *iter, bool expand_values) argument
2427 if (expand_values) {
2518 ucl_object_iterate_safe (ucl_object_iter_t it, bool expand_values) argument
2520 return ucl_object_iterate_full (it, expand_values ? UCL_ITERATE_BOTH :

Completed in 62 milliseconds