Lines Matching refs:iter

306 	void *iter = NULL;  in report_class()  local
308 status = papiAttributeListGetString(attrs, &iter, in report_class()
324 while (papiAttributeListGetString(attrs, &iter, NULL, &member) in report_class()
507 void *iter; in report_printer() local
524 iter = NULL; in report_printer()
525 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
528 while (papiAttributeListGetString(attrs, &iter, NULL, &str) in report_printer()
537 iter = NULL; in report_printer()
538 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
541 while (papiAttributeListGetString(attrs, &iter, NULL, &str) in report_printer()
578 iter = NULL; in report_printer()
579 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
584 while (papiAttributeListGetString(attrs, &iter, NULL, in report_printer()
589 iter = NULL; in report_printer()
590 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
596 while (papiAttributeListGetString(attrs, &iter, in report_printer()
602 iter = NULL; in report_printer()
603 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
608 while (papiAttributeListGetString(attrs, &iter, NULL, in report_printer()
613 iter = NULL; in report_printer()
614 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
619 while (papiAttributeListGetString(attrs, &iter, NULL, in report_printer()
637 iter = NULL; in report_printer()
638 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
643 while (papiAttributeListGetString(attrs, &iter, NULL, in report_printer()
652 iter = NULL; in report_printer()
653 (void) papiAttributeListGetString(attrs, &iter, in report_printer()
657 while (papiAttributeListGetString(attrs, &iter, NULL, in report_printer()
1160 void *iter = NULL; in report_form() local
1162 for (status = papiAttributeListGetString(attrs, &iter, in report_form()
1165 status = papiAttributeListGetString(attrs, &iter, in report_form()
1187 void *iter = NULL; in report_print_wheels() local
1189 for (status = papiAttributeListGetString(attrs, &iter, in report_print_wheels()
1192 status = papiAttributeListGetString(attrs, &iter, NULL, &pw)) { in report_print_wheels()