Home
last modified time | relevance | path

Searched refs:xmlSaveDoc (Results 1 – 11 of 11) sorted by relevance

/external/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle74 d xmlSaveDoc pr extproc('xmlSaveDoc')
/external/libxml2/include/libxml/
Dxmlsave.h66 xmlSaveDoc (xmlSaveCtxtPtr ctxt,
/external/libxml2/
Dlibxml2.syms1859 xmlSaveDoc;
Dxmlsave.c1931 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc() function
Delfgcchack.h9310 #undef xmlSaveDoc
9311 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
9313 #ifndef xmlSaveDoc
9314 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
9315 #define xmlSaveDoc xmlSaveDoc__internal_alias macro
Dxmllint.c2694 if (xmlSaveDoc(ctxt, doc) < 0) { in parseAndPrintFile()
DNEWS1016 meta encoding indications, bugs with encoding BOM and xmlSaveDoc,
DChangeLog1545 * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
1548 encodings, BOM and xmlSaveDoc()
Dtestapi.c34154 ret_val = xmlSaveDoc(ctxt, doc); in test_xmlSaveDoc()
/external/libxml2/win32/
Dlibxml2.def.src1606 xmlSaveDoc
/external/libxml2/python/
Dlibxml.c2999 xmlSaveDoc(ctxt, doc); in libxml_serializeNode()