Searched refs:xmlDocDumpFormatMemoryEnc (Results 1 – 10 of 10) sorted by relevance
/external/parameter-framework/xmlserializer/ |
D | XmlStreamDocSink.cpp | 46 xmlDocDumpFormatMemoryEnc(xmlDocSource.getDoc(), &dumpedDoc, &iSize, "UTF-8", 1); in doProcess()
|
/external/libxml2/ |
D | xmlsave.c | 2410 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpFormatMemoryEnc() function 2496 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, 0); in xmlDocDumpMemory() 2514 xmlDocDumpFormatMemoryEnc(cur, mem, size, NULL, format); in xmlDocDumpFormatMemory() 2532 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, in xmlDocDumpMemoryEnc()
|
D | libxml2.syms | 941 xmlDocDumpFormatMemoryEnc;
|
D | elfgcchack.h | 3030 #undef xmlDocDumpFormatMemoryEnc 3031 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDum… 3033 #ifndef xmlDocDumpFormatMemoryEnc 3034 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((… 3035 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias macro
|
D | xmllint.c | 2621 xmlDocDumpFormatMemoryEnc(doc, &result, &len, encoding, 1); in parseAndPrintFile()
|
D | testapi.c | 20095 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc()
|
D | ChangeLog | 17666 xmlDocDumpFormatMemoryEnc(), uses memory functions for output
|
/external/libxml2/include/libxml/ |
D | tree.h | 1168 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1446 d xmlDocDumpFormatMemoryEnc... 1447 d pr extproc('xmlDocDumpFormatMemoryEnc')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 787 xmlDocDumpFormatMemoryEnc
|