xmlAttr           368 include/crm/common/xml_internal.h static inline xmlAttr *
xmlAttr           438 include/crm/common/xml_internal.h pcmk__xml_attr_value(const xmlAttr *attr)
xmlAttr           386 lib/common/acl.c     xmlAttr *xIter = NULL;
xmlAttr           398 lib/common/acl.c         xmlAttr *tmp = xIter;
xmlAttr           527 lib/common/acl.c     for (xmlAttr *prop = xml->properties; prop != NULL; prop = prop->next) {
xmlAttr           682 lib/common/acl.c             xmlAttr *attr = xmlHasProp(xml, (pcmkXmlStr) name);
xmlAttr           110 lib/common/crmcommon_private.h void pcmk__mark_xml_attr_dirty(xmlAttr *a);
xmlAttr           126 lib/common/crmcommon_private.h void pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer);
xmlAttr           305 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr           449 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr           946 lib/common/nvpair.c     xmlAttr *attr = NULL;
xmlAttr            39 lib/common/patchset.c     xmlAttr *pIter = NULL;
xmlAttr          1425 lib/common/xml.c     for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
xmlAttr          1707 lib/common/xml.c         xmlAttr *attr = xmlHasProp(obj, (pcmkXmlStr) name);
xmlAttr          1745 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(xml); attr; attr = attr->next) {
xmlAttr          1769 lib/common/xml.c     xmlAttr *attr = NULL;
xmlAttr          1823 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr,
xmlAttr          1824 lib/common/xml.c                 xmlAttr *new_attr, int p_old, int p_new)
xmlAttr          1851 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(old_xml);
xmlAttr          1855 lib/common/xml.c         xmlAttr *old_attr = attr_iter;
xmlAttr          1856 lib/common/xml.c         xmlAttr *new_attr = xmlHasProp(new_xml, attr_iter->name);
xmlAttr          1900 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(new_xml);
xmlAttr          1903 lib/common/xml.c         xmlAttr *new_attr = attr_iter;
xmlAttr            32 lib/common/xml_attr.c pcmk__mark_xml_attr_dirty(xmlAttr *a) 
xmlAttr            63 lib/common/xml_attr.c pcmk__dump_xml_attr(const xmlAttr *attr, GString *buffer)
xmlAttr           108 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
xmlAttr           299 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;