Lines Matching refs:iter
156 prop_object_iterator_t iter;
176 iter = prop_array_iterator(obj);
179 while ((next_obj = prop_object_iterator_next(iter)) != NULL)
329 prop_object_iterator_t iter;
332 iter = prop_dictionary_iterator(d);
333 if (!iter)
334 err(EXIT_FAILURE, "!iter");
336 while ((obj = prop_object_iterator_next(iter)) != NULL) {
339 prop_object_iterator_reset(iter);
342 prop_object_iterator_release(iter);
355 prop_object_iterator_t iter;
374 iter = prop_array_iterator(array);
375 if (!iter)
382 while ((sdict = prop_object_iterator_next(iter)) != NULL) {
391 prop_object_iterator_release(iter);
396 prop_object_iterator_release(iter);
468 prop_object_iterator_t iter;
481 iter = prop_array_iterator(db->array);
482 if (!iter)
485 while ((obj = prop_object_iterator_next(iter)) != NULL) {
491 prop_object_iterator_release(iter);