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