Searched refs:ucl_object_iterate_with_error (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/libucl/include/ |
| H A D | ucl.h | 858 UCL_EXTERN const ucl_object_t *ucl_object_iterate_with_error(const ucl_object_t *obj, 862 #define ucl_object_iterate(ob, it, ev) ucl_object_iterate_with_error((ob), (it), (ev), NULL)
|
| /freebsd/contrib/libucl/src/ |
| H A D | ucl_util.c | 2717 ucl_object_iterate_with_error(const ucl_object_t *obj, ucl_object_iter_t *iter, bool expand_values, function 2859 ret = ucl_object_iterate_with_error(rit->impl_it, &rit->expl_it, true, &ern);
|