Searched refs:xmlSaveDoc (Results 1 – 4 of 4) sorted by relevance
66 xmlSaveDoc (xmlSaveCtxtPtr ctxt,
1832 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc() function
9184 #undef xmlSaveDoc9185 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));9187 #ifndef xmlSaveDoc9188 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));9189 #define xmlSaveDoc xmlSaveDoc__internal_alias macro
2684 if (xmlSaveDoc(ctxt, doc) < 0) { in parseAndPrintFile()