Lines Matching refs:PAPI_OK
126 papi_status_t status = PAPI_OK; in collection_dup()
129 for (i = 0; ((collection[i] != NULL) && (status == PAPI_OK)); in collection_dup()
136 if ((status == PAPI_OK) && (a->values != NULL)) { in collection_dup()
140 (status == PAPI_OK)); j++) in collection_dup()
148 if (status != PAPI_OK) { in collection_dup()
236 return (PAPI_OK); in papiAttributeListAppendValue()
401 return (PAPI_OK); in papiAttributeListDelete()
473 return (PAPI_OK); in papiAttributeListGetValue()
488 if (status == PAPI_OK) in papiAttributeListGetString()
506 if (status == PAPI_OK) in papiAttributeListGetInteger()
524 if (status == PAPI_OK) in papiAttributeListGetBoolean()
542 if (status == PAPI_OK) { in papiAttributeListGetRange()
563 if (status == PAPI_OK) { in papiAttributeListGetResolution()
584 if (status == PAPI_OK) { in papiAttributeListGetDatetime()
603 if (status == PAPI_OK) { in papiAttributeListGetCollection()
622 if (status == PAPI_OK) in papiAttributeListGetMetadata()
757 papi_status_t result = PAPI_OK; in _papiAttributeFromStrings()
801 papi_status_t result = PAPI_OK; in _parse_attribute_list()
810 while ((*ptr != '\0') && (result == PAPI_OK)) { in _parse_attribute_list()
876 papi_status_t result = PAPI_OK; in papiAttributeListFromString()
910 return (PAPI_OK); in papiAttributeToString()
988 return (PAPI_OK); in papiAttributeToString()
995 papi_status_t status = PAPI_OK; in papiAttributeListToString()
1005 for (i = 0; ((attrs[i] != NULL) && (status == PAPI_OK)); i++) { in papiAttributeListToString()
1041 ((status == PAPI_OK) && (attribute->values[i] != NULL)); in copy_attribute()
1104 size) != PAPI_OK) { in papiAttributeListPrint()