Searched refs:it_obj (Results 1 - 3 of 3) sorted by path

/freebsd-11-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-11-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);
244 assert (ucl_object_type (it_obj) == UCL_FLOAT);
245 it_obj = ucl_object_iterate_safe (it, true);
247 assert (ucl_object_type (it_obj) == UCL_STRING);
248 it_obj = ucl_object_iterate_safe (it, true);
250 assert (ucl_object_type (it_obj) == UCL_STRING);
251 it_obj = ucl_object_iterate_safe (it, true);
253 assert (ucl_object_type (it_obj) == UCL_STRING);
254 it_obj
[all...]
/freebsd-11-stable/contrib/libucl/utils/
H A Dobjdump.c36 ucl_object_iter_t it = NULL, it_obj = NULL; local
56 it_obj = NULL;
57 while ((cur = ucl_object_iterate (obj, &it_obj, true))) {
64 it_obj = NULL;
65 while ((cur = ucl_object_iterate (obj, &it_obj, true))) {

Completed in 100 milliseconds