Searched refs:it_obj (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/libucl/tests/
H A Dtest_generate.c46 const ucl_object_t *found, *it_obj, *test; local
242 it_obj = ucl_object_iterate_safe (it, true);
245 assert (ucl_object_type (it_obj) == UCL_FLOAT);
246 it_obj = ucl_object_iterate_safe (it, true);
249 assert (ucl_object_type (it_obj) == UCL_STRING);
250 it_obj = ucl_object_iterate_safe (it, true);
253 assert (ucl_object_type (it_obj) == UCL_STRING);
254 it_obj = ucl_object_iterate_safe (it, true);
257 assert (ucl_object_type (it_obj) == UCL_STRING);
258 it_obj
[all...]
/freebsd-13-stable/contrib/libucl/utils/
H A Dobjdump.c39 ucl_object_iter_t it = NULL, it_obj = NULL; local
59 it_obj = NULL;
60 while ((cur = ucl_object_iterate (obj, &it_obj, true))) {
67 it_obj = NULL;
68 while ((cur = ucl_object_iterate (obj, &it_obj, true))) {
/freebsd-13-stable/contrib/libucl/python/src/
H A Duclmodule.c48 ucl_object_iter_t it_obj = NULL; local
52 while ((cur = ucl_object_iterate (obj, &it_obj, true))) {
58 ucl_object_iter_t it_obj = NULL; local
62 while ((cur = ucl_object_iterate (obj, &it_obj, true))) {
/freebsd-13-stable/usr.sbin/pkg/
H A Dconfig.c222 ucl_object_iter_t it = NULL, itseq = NULL, it_obj = NULL; local
309 ucl_iterate_object(cur, &it_obj, true))) {

Completed in 181 milliseconds