xmlAttr           125 include/crm/common/xml_element_internal.h static inline xmlAttr *
xmlAttr           432 include/crm/common/xml_internal.h pcmk__xml_attr_value(const xmlAttr *attr)
xmlAttr           376 lib/common/acl.c     xmlAttr *xIter = NULL;
xmlAttr           388 lib/common/acl.c         xmlAttr *tmp = xIter;
xmlAttr           518 lib/common/acl.c     for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) {
xmlAttr           689 lib/common/acl.c             xmlAttr *attr = xmlHasProp(xml, (pcmkXmlStr) name);
xmlAttr           142 lib/common/crmcommon_private.h int pcmk__xa_remove(xmlAttr *attr, bool force);
xmlAttr           145 lib/common/crmcommon_private.h void pcmk__mark_xml_attr_dirty(xmlAttr *a);
xmlAttr           161 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            34 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *test_attr = NULL;
xmlAttr            35 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *ref_attr = NULL;
xmlAttr            38 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     for (xmlAttr *attr = pcmk__xe_first_attr(test_xml); attr != NULL;
xmlAttr           117 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *attr = NULL;
xmlAttr           160 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     xmlAttr *attr = NULL;
xmlAttr           258 lib/common/xml.c                 for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
xmlAttr           310 lib/common/xml.c         for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
xmlAttr          1073 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(xml); attr; attr = attr->next) {
xmlAttr          1097 lib/common/xml.c     xmlAttr *attr = NULL;
xmlAttr          1155 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr,
xmlAttr          1156 lib/common/xml.c                 xmlAttr *new_attr, int p_old, int p_new)
xmlAttr          1183 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(old_xml);
xmlAttr          1187 lib/common/xml.c         xmlAttr *old_attr = attr_iter;
xmlAttr          1188 lib/common/xml.c         xmlAttr *new_attr = xmlHasProp(new_xml, attr_iter->name);
xmlAttr          1232 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(new_xml);
xmlAttr          1235 lib/common/xml.c         xmlAttr *new_attr = attr_iter;
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           292 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
xmlAttr           256 lib/common/xml_element.c     for (xmlAttr *attr = pcmk__xe_first_attr(src); attr != NULL;
xmlAttr           293 lib/common/xml_element.c     const xmlAttr *attr_a = a;
xmlAttr           294 lib/common/xml_element.c     const xmlAttr *attr_b = b;
xmlAttr           316 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           228 lib/common/xml_io.c     for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;