pcmk__xe_first_attr  126 include/crm/common/xml_element_internal.h pcmk__xe_first_attr(const xmlNode *xe)
pcmk__xe_first_attr  367 lib/common/nvpair.c     for (pIter = pcmk__xe_first_attr(nvpair_list); pIter != NULL;
pcmk__xe_first_attr  573 lib/common/nvpair.c     for (xmlAttrPtr iter = pcmk__xe_first_attr(xml); iter != NULL;
pcmk__xe_first_attr   69 lib/common/patchset.c     for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pcmk__xe_first_attr  112 lib/common/patchset.c         for (pIter = pcmk__xe_first_attr(xml); pIter != NULL;
pcmk__xe_first_attr  651 lib/common/patchset.c             for (xmlAttrPtr pIter = pcmk__xe_first_attr(attrs); pIter != NULL;
pcmk__xe_first_attr   38 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     for (xmlAttr *attr = pcmk__xe_first_attr(test_xml); attr != NULL;
pcmk__xe_first_attr   51 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     test_attr = pcmk__xe_first_attr(test_xml);
pcmk__xe_first_attr   52 lib/common/tests/xml_element/pcmk__xe_sort_attrs_test.c     ref_attr = pcmk__xe_first_attr(reference_xml);
pcmk__xe_first_attr  258 lib/common/xml.c                 for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
pcmk__xe_first_attr  310 lib/common/xml.c         for (xmlAttr *iter = pcmk__xe_first_attr(node); iter != NULL;
pcmk__xe_first_attr 1073 lib/common/xml.c     for (xmlAttr *attr = pcmk__xe_first_attr(xml); attr; attr = attr->next) {
pcmk__xe_first_attr 1183 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(old_xml);
pcmk__xe_first_attr 1232 lib/common/xml.c     xmlAttr *attr_iter = pcmk__xe_first_attr(new_xml);
pcmk__xe_first_attr  107 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
pcmk__xe_first_attr  292 lib/common/xml_display.c         for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
pcmk__xe_first_attr  256 lib/common/xml_element.c     for (xmlAttr *attr = pcmk__xe_first_attr(src); attr != NULL;
pcmk__xe_first_attr  316 lib/common/xml_element.c     for (xmlAttr *iter = pcmk__xe_first_attr(xml); iter != NULL;
pcmk__xe_first_attr  385 lib/common/xml_element.c     for (xmlAttrPtr a = pcmk__xe_first_attr(element); a != NULL; a = next) {
pcmk__xe_first_attr  678 lib/common/xml_element.c     for (const xmlAttr *attr = pcmk__xe_first_attr(search); attr != NULL;
pcmk__xe_first_attr  228 lib/common/xml_io.c     for (const xmlAttr *attr = pcmk__xe_first_attr(data); attr != NULL;
pcmk__xe_first_attr  192 lib/pengine/complex.c     for (xmlAttrPtr a = pcmk__xe_first_attr(rsc->priv->xml);