Lines Matching refs:iter

413 papiAttributeListGetNext(papi_attribute_t **list, void **iter)  in papiAttributeListGetNext()  argument
417 if ((list == NULL) && (iter == NULL)) in papiAttributeListGetNext()
420 if (*iter == NULL) in papiAttributeListGetNext()
421 *iter = list; in papiAttributeListGetNext()
423 tmp = *iter; in papiAttributeListGetNext()
425 *iter = ++tmp; in papiAttributeListGetNext()
431 papiAttributeListGetValue(papi_attribute_t **list, void **iter, in papiAttributeListGetValue() argument
438 if ((list == NULL) || ((name == NULL) && (iter == NULL)) || in papiAttributeListGetValue()
442 if (iter == NULL) in papiAttributeListGetValue()
443 iter = &fodder; in papiAttributeListGetValue()
445 if ((iter == NULL) || (*iter == NULL)) { in papiAttributeListGetValue()
456 tmp = *iter; in papiAttributeListGetValue()
463 *iter = ++tmp; in papiAttributeListGetValue()
472 papiAttributeListGetString(papi_attribute_t **list, void **iter, in papiAttributeListGetString() argument
481 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetString()
490 papiAttributeListGetInteger(papi_attribute_t **list, void **iter, in papiAttributeListGetInteger() argument
499 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetInteger()
508 papiAttributeListGetBoolean(papi_attribute_t **list, void **iter, in papiAttributeListGetBoolean() argument
517 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetBoolean()
526 papiAttributeListGetRange(papi_attribute_t **list, void **iter, in papiAttributeListGetRange() argument
535 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetRange()
546 papiAttributeListGetResolution(papi_attribute_t **list, void **iter, in papiAttributeListGetResolution() argument
555 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetResolution()
567 papiAttributeListGetDatetime(papi_attribute_t **list, void **iter, in papiAttributeListGetDatetime() argument
576 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetDatetime()
586 papiAttributeListGetCollection(papi_attribute_t **list, void **iter, in papiAttributeListGetCollection() argument
595 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetCollection()
605 papiAttributeListGetMetadata(papi_attribute_t **list, void **iter, in papiAttributeListGetMetadata() argument
614 status = papiAttributeListGetValue(list, iter, name, in papiAttributeListGetMetadata()