Home
last modified time | relevance | path

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

/third_party/libxml2/os400/libxmlrpg/
Dxmlsave.rpgle74 d xmlSaveDoc pr extproc('xmlSaveDoc')
/third_party/libxml2/include/libxml/
Dxmlsave.h66 xmlSaveDoc (xmlSaveCtxtPtr ctxt,
/third_party/gettext/gnulib-local/lib/libxml/
Dxmlsave.in.h95 xmlSaveDoc (xmlSaveCtxtPtr ctxt,
Dxmlsave.c1957 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc() function
Delfgcchack.h9341 #undef xmlSaveDoc
9342 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
9344 #ifndef xmlSaveDoc
9345 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
9346 #define xmlSaveDoc xmlSaveDoc__internal_alias macro
/third_party/libxml2/
Dlibxml2.syms1859 xmlSaveDoc;
Dxmlsave.c1876 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc() function
Delfgcchack.h9332 #undef xmlSaveDoc
9333 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
9335 #ifndef xmlSaveDoc
9336 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
9337 #define xmlSaveDoc xmlSaveDoc__internal_alias macro
Dxmllint.c2731 if (xmlSaveDoc(ctxt, doc) < 0) { in parseAndPrintFile()
DNEWS1942 meta encoding indications, bugs with encoding BOM and xmlSaveDoc,
Dtestapi.c34157 ret_val = xmlSaveDoc(ctxt, doc); in test_xmlSaveDoc()
/third_party/libxml2/win32/
Dlibxml2.def.src1608 xmlSaveDoc
/third_party/libxml2/python/
Dlibxml.c3000 xmlSaveDoc(ctxt, doc); in libxml_serializeNode()
/third_party/chromium/patch/
D0001-cve.patch76140 - * xmllint.c: started to switch xmllint to use xmlSaveDoc to test
76143 - encodings, BOM and xmlSaveDoc()
110305 -#undef xmlSaveDoc
110306 -extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
110308 -#ifndef xmlSaveDoc
110309 -extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
110310 -#define xmlSaveDoc xmlSaveDoc__internal_alias