Searched refs:xmlSaveDoc (Results 1 – 11 of 11) sorted by relevance
72 d xmlSaveDoc pr extproc('xmlSaveDoc')
66 xmlSaveDoc (xmlSaveCtxtPtr ctxt,
1859 xmlSaveDoc;
1931 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc() function
9310 #undef xmlSaveDoc9311 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));9313 #ifndef xmlSaveDoc9314 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));9315 #define xmlSaveDoc xmlSaveDoc__internal_alias macro
2705 if (xmlSaveDoc(ctxt, doc) < 0) { in parseAndPrintFile()
1016 meta encoding indications, bugs with encoding BOM and xmlSaveDoc,
1545 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test1548 encodings, BOM and xmlSaveDoc()
33992 ret_val = xmlSaveDoc(ctxt, doc); in test_xmlSaveDoc()
1606 xmlSaveDoc
2999 xmlSaveDoc(ctxt, doc); in libxml_serializeNode()