profile_iterator_create
retval = profile_iterator_create (context -> profile, names2, PROFILE_ITER_LIST_SECTION | PROFILE_ITER_SECTIONS_ONLY, &iterator);
retval = profile_iterator_create(profile, names,
if ((retval = profile_iterator_create(profile, names,
if ((retval = profile_iterator_create(profile, names,
check(profile_iterator_create(p, names, 0, &iter));
check(profile_iterator_create(p, names, 0, &iter));
check(profile_iterator_create(p, names, 0, &iter));
assert(profile_iterator_create(profile, NULL, 0, &iter) ==
assert(profile_iterator_create(profile, empty_names, 126, &iter) == 0);
profile_iterator_create,