xmlSaveFile      2524 third_party/libxml/src/debugXML.c             if (xmlSaveFile((char *) filename, ctxt->doc) < -1) {
xmlSaveFile      2538 third_party/libxml/src/debugXML.c             if (xmlSaveFile((char *) filename, ctxt->doc) < -1) {
xmlSaveFile      2593 third_party/libxml/src/debugXML.c             if (xmlSaveFile((char *) filename, ctxt->doc) < 0) {
xmlSaveFile      2605 third_party/libxml/src/debugXML.c             if (xmlSaveFile((char *) filename, ctxt->doc) < 0) {
xmlSaveFile      9196 third_party/libxml/src/elfgcchack.h #undef xmlSaveFile
xmlSaveFile      9197 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias")));
xmlSaveFile      9199 third_party/libxml/src/elfgcchack.h #ifndef xmlSaveFile
xmlSaveFile      9200 third_party/libxml/src/elfgcchack.h extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden")));
xmlSaveFile      9201 third_party/libxml/src/elfgcchack.h #define xmlSaveFile xmlSaveFile__internal_alias
xmlSaveFile      1134 third_party/libxml/src/include/libxml/tree.h 		xmlSaveFile		(const char *filename,
xmlSaveFile      1762 third_party/libxml/src/runtest.c     xmlSaveFile(temp, doc);
xmlSaveFile      1778 third_party/libxml/src/runtest.c     xmlSaveFile(temp, doc);
xmlSaveFile      1969 third_party/libxml/src/runtest.c     xmlSaveFile(temp, doc);
xmlSaveFile      1981 third_party/libxml/src/runtest.c     xmlSaveFile(temp, doc);
xmlSaveFile      22892 third_party/libxml/src/testapi.c         ret_val = xmlSaveFile(filename, cur);
xmlSaveFile      2611 third_party/libxml/src/xmllint.c 		xmlSaveFile(output ? output : "-", doc);