save_xml_to_file  394 include/crm/common/xml.h void save_xml_to_file(xmlNode * xml, const char *desc, const char *filename);
save_xml_to_file  493 lib/cib/cib_utils.c             save_xml_to_file(c,           "PatchApply:calculated", NULL);
save_xml_to_file  494 lib/cib/cib_utils.c             save_xml_to_file(current_cib, "PatchApply:input", NULL);
save_xml_to_file  495 lib/cib/cib_utils.c             save_xml_to_file(scratch,     "PatchApply:actual", NULL);
save_xml_to_file  496 lib/cib/cib_utils.c             save_xml_to_file(local_diff,  "PatchApply:diff", NULL);
save_xml_to_file  139 lib/common/digest.c         save_xml_to_file(source, "digest input", trace_file);
save_xml_to_file 2216 lib/common/xml.c                 save_xml_to_file(old,     "PatchDigest:input", NULL);
save_xml_to_file 2217 lib/common/xml.c                 save_xml_to_file(xml,     "PatchDigest:result", NULL);
save_xml_to_file 2218 lib/common/xml.c                 save_xml_to_file(patchset,"PatchDigest:diff", NULL);
save_xml_to_file 4000 lib/common/xml.c                 save_xml_to_file(old, "diff:original", NULL);
save_xml_to_file 4001 lib/common/xml.c                 save_xml_to_file(diff, "diff:input", NULL);
save_xml_to_file 4002 lib/common/xml.c                 save_xml_to_file(*new, "diff:new", NULL);