subtract_xml_object 174 include/crm/common/xml.h xmlNode *subtract_xml_object(xmlNode * parent, xmlNode * left, xmlNode * right, subtract_xml_object 3957 lib/common/xml.c *new = subtract_xml_object(NULL, old, child_diff, FALSE, NULL, NULL); subtract_xml_object 4209 lib/common/xml.c tmp1 = subtract_xml_object(removed, old, new, FALSE, NULL, "removed:top"); subtract_xml_object 4214 lib/common/xml.c tmp1 = subtract_xml_object(added, new, old, TRUE, NULL, "added:top"); subtract_xml_object 4454 lib/common/xml.c subtract_xml_object(diff, left_child, right_child, full, &child_changed, marker);