xmlAttr 370 lib/common/acl.c xmlAttr *xIter = NULL; xmlAttr 381 lib/common/acl.c xmlAttr *tmp = xIter; xmlAttr 513 lib/common/acl.c for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) { xmlAttr 649 lib/common/acl.c xmlAttr *attr = xmlHasProp(xml, (pcmkXmlStr) name); xmlAttr 139 lib/common/crmcommon_private.h void pcmk__mark_xml_attr_dirty(xmlAttr *a); xmlAttr 144 lib/common/crmcommon_private.h static inline xmlAttr * xmlAttr 151 lib/common/crmcommon_private.h pcmk__xml_attr_value(const xmlAttr *attr) xmlAttr 320 lib/common/nvpair.c xmlAttr *attr = NULL; xmlAttr 377 lib/common/nvpair.c xmlAttr *attr = NULL; xmlAttr 525 lib/common/nvpair.c xmlAttr *attr = NULL; xmlAttr 89 lib/common/patchset.c xmlAttr *pIter = NULL; xmlAttr 1207 lib/common/patchset.c xmlAttr *pIter = pcmk__first_xml_attr(match); xmlAttr 174 lib/common/xml.c pcmk__mark_xml_attr_dirty(xmlAttr *a) xmlAttr 336 lib/common/xml.c xmlAttr *pIter = NULL; xmlAttr 2027 lib/common/xml.c xmlAttr *attr = xmlHasProp(obj, (pcmkXmlStr) name); xmlAttr 2065 lib/common/xml.c for (xmlAttr *attr = pcmk__first_xml_attr(xml); attr; attr = attr->next) { xmlAttr 2084 lib/common/xml.c xmlAttr *attr = NULL; xmlAttr 2130 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr, xmlAttr 2131 lib/common/xml.c xmlAttr *new_attr, int p_old, int p_new) xmlAttr 2155 lib/common/xml.c xmlAttr *attr_iter = pcmk__first_xml_attr(old_xml); xmlAttr 2158 lib/common/xml.c xmlAttr *old_attr = attr_iter; xmlAttr 2159 lib/common/xml.c xmlAttr *new_attr = xmlHasProp(new_xml, attr_iter->name); xmlAttr 2197 lib/common/xml.c xmlAttr *attr_iter = pcmk__first_xml_attr(new_xml); xmlAttr 2200 lib/common/xml.c xmlAttr *new_attr = attr_iter;