xmlAttr           490 include/crm/common/xml_internal.h static inline xmlAttr *
xmlAttr           577 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           692 lib/common/acl.c             xmlAttr *attr = xmlHasProp(xml, (pcmkXmlStr) name);
xmlAttr           125 lib/common/crmcommon_private.h xmlAttr *pcmk__xe_set_attr_force(xmlNode *node, const char *name,
xmlAttr           129 lib/common/crmcommon_private.h int pcmk__xa_remove(xmlAttr *attr, bool force);
xmlAttr           132 lib/common/crmcommon_private.h void pcmk__mark_xml_attr_dirty(xmlAttr *a);
xmlAttr           148 lib/common/crmcommon_private.h void pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer);
xmlAttr           289 lib/common/nvpair.c xmlAttr *
xmlAttr           292 lib/common/nvpair.c     xmlAttr *attr = xmlSetProp(node, (pcmkXmlStr) name, (pcmkXmlStr) value);
xmlAttr           316 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr           460 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr          1115 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr            35 lib/common/patchset.c     xmlAttr *pIter = NULL;
xmlAttr           256 lib/common/xml.c                 for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
xmlAttr           308 lib/common/xml.c         for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
xmlAttr           673 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(src); attr != NULL;
xmlAttr          1308 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(xml); attr; attr = attr->next) {
xmlAttr          1332 lib/common/xml.c     xmlAttr *attr = NULL;
xmlAttr          1390 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr,
xmlAttr          1391 lib/common/xml.c                 xmlAttr *new_attr, int p_old, int p_new)
xmlAttr          1418 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(old_xml);
xmlAttr          1422 lib/common/xml.c         xmlAttr *old_attr = attr_iter;
xmlAttr          1423 lib/common/xml.c         xmlAttr *new_attr = xmlHasProp(new_xml, attr_iter->name);
xmlAttr          1467 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(new_xml);
xmlAttr          1470 lib/common/xml.c         xmlAttr *new_attr = attr_iter;
xmlAttr          1769 lib/common/xml.c             xmlAttr *old_attr = xmlHasProp(target, a->name);
xmlAttr          1820 lib/common/xml.c     for (const xmlAttr *attr = pcmk__xe_first_attr(search); attr != NULL;
xmlAttr          2604 lib/common/xml.c         for (xmlAttr *attr = pcmk__xe_first_attr(update); attr != NULL;
xmlAttr            45 lib/common/xml_attr.c pcmk__xa_remove(xmlAttr *attr, bool force)
xmlAttr            75 lib/common/xml_attr.c pcmk__mark_xml_attr_dirty(xmlAttr *a) 
xmlAttr           106 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           307 lib/common/xml_io.c     for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;