diff_xml_object   172 include/crm/common/xml.h xmlNode *diff_xml_object(xmlNode * left, xmlNode * right, gboolean suppress);
diff_xml_object   618 lib/cib/cib_ops.c         *diff = diff_xml_object(last, next, FALSE);
diff_xml_object  1204 lib/common/xml.c     xmlNode *patchset = diff_xml_object(source, target, suppress);