save_xml_to_file  283 include/crm/common/xml.h void save_xml_to_file(const xmlNode *xml, const char *desc,
save_xml_to_file  559 lib/cib/cib_utils.c                     save_xml_to_file(cib_copy, "PatchApply:calculated", NULL);
save_xml_to_file  560 lib/cib/cib_utils.c                     save_xml_to_file(patchset_cib, "PatchApply:input", NULL);
save_xml_to_file  561 lib/cib/cib_utils.c                     save_xml_to_file(scratch, "PatchApply:actual", NULL);
save_xml_to_file  562 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 1153 lib/common/patchset.c                     save_xml_to_file(old, "PatchDigest:input", NULL);
save_xml_to_file 1154 lib/common/patchset.c                     save_xml_to_file(xml, "PatchDigest:result", NULL);
save_xml_to_file 1155 lib/common/patchset.c                     save_xml_to_file(patchset, "PatchDigest:diff", NULL);
save_xml_to_file 1482 lib/common/patchset.c                     save_xml_to_file(old_xml, "diff:original", NULL);
save_xml_to_file 1483 lib/common/patchset.c                     save_xml_to_file(diff, "diff:input", NULL);
save_xml_to_file 1484 lib/common/patchset.c                     save_xml_to_file(*new_xml, "diff:new", NULL);