element            75 include/crm/common/nvpair.h crm_copy_xml_element(xmlNode *obj1, xmlNode *obj2, const char *element)
element            77 include/crm/common/nvpair.h     const char *value = crm_element_value(obj1, element);
element            79 include/crm/common/nvpair.h     crm_xml_add(obj2, element, value);
element           162 include/crm/common/xml_internal.h void pcmk__xe_remove_matching_attrs(xmlNode *element,
element           630 lib/common/xml.c pcmk__xe_remove_matching_attrs(xmlNode *element,
element           636 lib/common/xml.c     for (xmlAttrPtr a = pcmk__xe_first_attr(element); a != NULL; a = next) {
element           639 lib/common/xml.c             if (!pcmk__check_acl(element, NULL, xpf_acl_write)) {
element           642 lib/common/xml.c                           (const char *) a->name, (const char *) element->name);
element           646 lib/common/xml.c             if (pcmk__tracking_xml_changes(element, false)) {
element           648 lib/common/xml.c                 set_parent_flag(element, xpf_dirty);
element          2097 lib/common/xml.c mark_attr_deleted(xmlNode *new_xml, const char *element, const char *attr_name,
element          2118 lib/common/xml.c               attr_name, old_value, element);
element          2126 lib/common/xml.c mark_attr_changed(xmlNode *new_xml, const char *element, const char *attr_name,
element          2132 lib/common/xml.c               attr_name, old_value, vcopy, element);
element          2147 lib/common/xml.c mark_attr_moved(xmlNode *new_xml, const char *element, xmlAttr *old_attr,
element          2153 lib/common/xml.c               old_attr->name, p_old, p_new, element);