xmlAttr           125 include/crm/common/xml_element_internal.h static inline xmlAttr *
xmlAttr           430 include/crm/common/xml_internal.h pcmk__xml_attr_value(const xmlAttr *attr)
xmlAttr           423 lib/common/acl.c     xmlAttr *xIter = NULL;
xmlAttr           435 lib/common/acl.c         xmlAttr *tmp = xIter;
xmlAttr           576 lib/common/acl.c     for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) {
xmlAttr           771 lib/common/acl.c         xmlAttr *attr = xmlHasProp(xml, (const xmlChar *) attr_name);
xmlAttr           161 lib/common/crmcommon_private.h int pcmk__xa_remove(xmlAttr *attr, bool force);
xmlAttr           164 lib/common/crmcommon_private.h void pcmk__mark_xml_attr_dirty(xmlAttr *a);
xmlAttr           180 lib/common/crmcommon_private.h void pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer);
xmlAttr            36 lib/common/patchset.c     xmlAttr *pIter = NULL;
xmlAttr            36 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *test_attr = NULL;
xmlAttr            37 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *ref_attr = NULL;
xmlAttr            40 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     for (xmlAttr *attr = pcmk__xe_first_attr(test_xml); attr != NULL;
xmlAttr           119 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *attr = NULL;
xmlAttr           162 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *attr = NULL;
xmlAttr           317 lib/common/xml.c                 for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
xmlAttr           369 lib/common/xml.c         for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
xmlAttr          1109 lib/common/xml.c     xmlAttr *attr = NULL;
xmlAttr          1167 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr,
xmlAttr          1168 lib/common/xml.c                 xmlAttr *new_attr, int p_old, int p_new)
xmlAttr          1195 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(old_xml);
xmlAttr          1199 lib/common/xml.c         xmlAttr *old_attr = attr_iter;
xmlAttr          1200 lib/common/xml.c         xmlAttr *new_attr = xmlHasProp(new_xml, attr_iter->name);
xmlAttr          1250 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(new_xml);
xmlAttr          1253 lib/common/xml.c         xmlAttr *new_attr = attr_iter;
xmlAttr          1288 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(new_xml); attr != NULL;
xmlAttr            45 lib/common/xml_attr.c pcmk__xa_remove(xmlAttr *attr, bool force)
xmlAttr            77 lib/common/xml_attr.c pcmk__mark_xml_attr_dirty(xmlAttr *a) 
xmlAttr           108 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           292 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
xmlAttr           254 lib/common/xml_element.c     for (xmlAttr *attr = pcmk__xe_first_attr(src); attr != NULL;
xmlAttr           291 lib/common/xml_element.c     const xmlAttr *attr_a = a;
xmlAttr           292 lib/common/xml_element.c     const xmlAttr *attr_b = b;
xmlAttr           314 lib/common/xml_element.c     for (xmlAttr *iter = pcmk__xe_first_attr(xml); iter != NULL;
xmlAttr           678 lib/common/xml_element.c     for (const xmlAttr *attr = pcmk__xe_first_attr(search); attr != NULL;
xmlAttr          1019 lib/common/xml_element.c     xmlAttr *attr = NULL;
xmlAttr          1170 lib/common/xml_element.c     xmlAttr *attr = NULL;
xmlAttr           227 lib/common/xml_io.c     for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;