Searched refs:it_obj (Results 1 – 2 of 2) sorted by relevance
| /src/contrib/libucl/tests/ |
| H A D | test_generate.c | 46 const ucl_object_t *found, *it_obj, *test; in main() local 242 it_obj = ucl_object_iterate_safe (it, true); in main() 245 assert (ucl_object_type (it_obj) == UCL_FLOAT); in main() 246 it_obj = ucl_object_iterate_safe (it, true); in main() 249 assert (ucl_object_type (it_obj) == UCL_STRING); in main() 250 it_obj = ucl_object_iterate_safe (it, true); in main() 253 assert (ucl_object_type (it_obj) == UCL_STRING); in main() 254 it_obj = ucl_object_iterate_safe (it, true); in main() 257 assert (ucl_object_type (it_obj) == UCL_STRING); in main() 258 it_obj = ucl_object_iterate_safe (it, true); in main() [all …]
|
| /src/usr.sbin/pkg/ |
| H A D | config.c | 221 ucl_object_iter_t it = NULL, itseq = NULL, it_obj = NULL; in config_parse() local 288 ucl_iterate_object(cur, &it_obj, true))) { in config_parse()
|