Home
last modified time | relevance | path

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

/freebsd/contrib/libucl/src/
H A Ducl_util.c2773 const ucl_object_t *impl_it; /* implicit object iteration */ member
2793 it->impl_it = obj;
2822 rit->impl_it = obj;
2845 if (rit->impl_it == NULL) {
2849 if (rit->impl_it->type == UCL_OBJECT) {
2851 ret = ucl_object_iterate_with_error (rit->impl_it, &rit->expl_it, true, &ern);
2860 rit->impl_it = rit->impl_it->next;
2866 else if (rit->impl_it->type == UCL_ARRAY) {
2868 ret = ucl_object_iterate (rit->impl_it, &rit->expl_it, true);
2872 rit->impl_it = rit->impl_it->next;
[all …]