Lines Matching refs:attributes
89 papiAttributeListAddString(&svc->attributes, PAPI_ATTR_EXCL, in papiServiceCreate()
115 if (svc->attributes != NULL) in papiServiceDestroy()
116 papiAttributeListFree(svc->attributes); in papiServiceDestroy()
129 return (papiAttributeListAddString(&svc->attributes, PAPI_ATTR_REPLACE, in papiServiceSetUserName()
141 return (papiAttributeListAddString(&svc->attributes, in papiServiceSetPassword()
154 return (papiAttributeListAddInteger(&svc->attributes, PAPI_ATTR_REPLACE, in papiServiceSetEncryption()
192 papiAttributeListGetString(svc->attributes, NULL, in papiServiceGetServiceName()
205 papiAttributeListGetString(svc->attributes, NULL, in papiServiceGetUserName()
219 papiAttributeListGetString(svc->attributes, NULL, in papiServiceGetPassword()
232 papiAttributeListGetInteger(svc->attributes, NULL, in papiServiceGetEncryption()
259 result = svc->attributes; in papiServiceGetAttributeList()
271 papiAttributeListGetString(svc->attributes, NULL, in papiServiceGetStatusMessage()
296 papiAttributeListAddString(&svc->attributes, PAPI_ATTR_APPEND, in detailed_error()