Home
last modified time | relevance | path

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

/external/libprotobuf-mutator/examples/libxml2/
Dlibxml2_example.cc51 xmlSaveDoc(ctxt.get(), doc.get()); in DEFINE_PROTO_FUZZER()
/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.c1865 xmlSaveDoc(xmlSaveCtxtPtr ctxt, xmlDocPtr doc) in xmlSaveDoc() function
Delfgcchack.h9320 #undef xmlSaveDoc
9321 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
9323 #ifndef xmlSaveDoc
9324 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
9325 #define xmlSaveDoc xmlSaveDoc__internal_alias macro
Dxmllint.c2708 if (xmlSaveDoc(ctxt, doc) < 0) { in parseAndPrintFile()
DNEWS1459 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.c34155 ret_val = xmlSaveDoc(ctxt, doc); in test_xmlSaveDoc()
/external/libxml2/win32/
Dlibxml2.def.src1607 xmlSaveDoc
/external/libxml2/python/
Dlibxml.c3000 xmlSaveDoc(ctxt, doc); in libxml_serializeNode()