save_xml_to_file   37 include/crm/common/xml_io.h void save_xml_to_file(const xmlNode *xml, const char *desc,
save_xml_to_file  553 lib/cib/cib_utils.c                     save_xml_to_file(cib_copy, "PatchApply:calculated", NULL);
save_xml_to_file  554 lib/cib/cib_utils.c                     save_xml_to_file(patchset_cib, "PatchApply:input", NULL);
save_xml_to_file  555 lib/cib/cib_utils.c                     save_xml_to_file(scratch, "PatchApply:actual", NULL);
save_xml_to_file  556 lib/cib/cib_utils.c                     save_xml_to_file(local_diff, "PatchApply:diff", NULL);
save_xml_to_file  111 lib/common/digest.c             save_xml_to_file(source, "digest input", trace_file);
save_xml_to_file 1373 lib/common/patchset.c                     save_xml_to_file(old, "PatchDigest:input", NULL);
save_xml_to_file 1374 lib/common/patchset.c                     save_xml_to_file(xml, "PatchDigest:result", NULL);
save_xml_to_file 1375 lib/common/patchset.c                     save_xml_to_file(patchset, "PatchDigest:diff", NULL);
save_xml_to_file 1538 lib/common/patchset.c                     save_xml_to_file(old_xml, "diff:original", NULL);
save_xml_to_file 1539 lib/common/patchset.c                     save_xml_to_file(diff, "diff:input", NULL);
save_xml_to_file 1540 lib/common/patchset.c                     save_xml_to_file(*new_xml, "diff:new", NULL);