save_xml_to_file  292 include/crm/common/xml.h void save_xml_to_file(xmlNode * xml, const char *desc, const char *filename);
save_xml_to_file  374 lib/cib/cib_utils.c                     save_xml_to_file(cib_copy, "PatchApply:calculated", NULL);
save_xml_to_file  375 lib/cib/cib_utils.c                     save_xml_to_file(current_cib, "PatchApply:input", NULL);
save_xml_to_file  376 lib/cib/cib_utils.c                     save_xml_to_file(scratch, "PatchApply:actual", NULL);
save_xml_to_file  377 lib/cib/cib_utils.c                     save_xml_to_file(local_diff, "PatchApply:diff", NULL);
save_xml_to_file  113 lib/common/digest.c             save_xml_to_file(source, "digest input", trace_file);
save_xml_to_file 1162 lib/common/patchset.c                     save_xml_to_file(old, "PatchDigest:input", NULL);
save_xml_to_file 1163 lib/common/patchset.c                     save_xml_to_file(xml, "PatchDigest:result", NULL);
save_xml_to_file 1164 lib/common/patchset.c                     save_xml_to_file(patchset, "PatchDigest:diff", NULL);
save_xml_to_file 1495 lib/common/patchset.c                     save_xml_to_file(old_xml, "diff:original", NULL);
save_xml_to_file 1496 lib/common/patchset.c                     save_xml_to_file(diff, "diff:input", NULL);
save_xml_to_file 1497 lib/common/patchset.c                     save_xml_to_file(*new_xml, "diff:new", NULL);