xmlAttr           485 include/crm/common/xml_internal.h static inline xmlAttr *
xmlAttr           572 include/crm/common/xml_internal.h pcmk__xml_attr_value(const xmlAttr *attr)
xmlAttr           396 lib/common/acl.c     xmlAttr *xIter = NULL;
xmlAttr           408 lib/common/acl.c         xmlAttr *tmp = xIter;
xmlAttr           537 lib/common/acl.c     for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) {
xmlAttr           693 lib/common/acl.c             xmlAttr *attr = xmlHasProp(xml, (pcmkXmlStr) name);
xmlAttr           116 lib/common/crmcommon_private.h void pcmk__mark_xml_attr_dirty(xmlAttr *a);
xmlAttr           132 lib/common/crmcommon_private.h void pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer);
xmlAttr           304 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr           448 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr          1031 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr            35 lib/common/patchset.c     xmlAttr *pIter = NULL;
xmlAttr           588 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(src); attr != NULL;
xmlAttr           620 lib/common/xml.c remove_xe_attr(xmlNode *element, xmlAttr *attr)
xmlAttr          1219 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(xml); attr; attr = attr->next) {
xmlAttr          1243 lib/common/xml.c     xmlAttr *attr = NULL;
xmlAttr          1297 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr,
xmlAttr          1298 lib/common/xml.c                 xmlAttr *new_attr, int p_old, int p_new)
xmlAttr          1325 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(old_xml);
xmlAttr          1329 lib/common/xml.c         xmlAttr *old_attr = attr_iter;
xmlAttr          1330 lib/common/xml.c         xmlAttr *new_attr = xmlHasProp(new_xml, attr_iter->name);
xmlAttr          1374 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(new_xml);
xmlAttr          1377 lib/common/xml.c         xmlAttr *new_attr = attr_iter;
xmlAttr          1800 lib/common/xml.c     for (const xmlAttr *attr = pcmk__xe_first_attr(search); attr != NULL;
xmlAttr          2591 lib/common/xml.c         for (xmlAttr *attr = pcmk__xe_first_attr(update); attr != NULL;
xmlAttr            31 lib/common/xml_attr.c pcmk__mark_xml_attr_dirty(xmlAttr *a) 
xmlAttr            62 lib/common/xml_attr.c pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer)
xmlAttr           107 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
xmlAttr           300 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
xmlAttr           305 lib/common/xml_io.c     for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;