Searched refs:out_doc (Results 1 – 5 of 5) sorted by relevance
/external/chromium_org/third_party/libxml/src/ |
D | xmlsave.c | 2171 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpFormatMemoryEnc() argument 2191 if (out_doc == NULL) { in xmlDocDumpFormatMemoryEnc() 2202 txt_encoding = (const char *) out_doc->encoding; in xmlDocDumpFormatMemoryEnc() 2206 xmlSaveErr(XML_SAVE_UNKNOWN_ENCODING, (xmlNodePtr) out_doc, in xmlDocDumpFormatMemoryEnc() 2218 ctxt.doc = out_doc; in xmlDocDumpFormatMemoryEnc() 2225 xmlDocContentDumpOutput(&ctxt, out_doc); in xmlDocDumpFormatMemoryEnc() 2291 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpMemoryEnc() argument 2293 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, in xmlDocDumpMemoryEnc()
|
D | testapi.c | 19883 xmlDocPtr out_doc; /* Document to generate XML text from */ in test_xmlDocDumpFormatMemoryEnc() local 19900 out_doc = gen_xmlDocPtr(n_out_doc, 0); in test_xmlDocDumpFormatMemoryEnc() 19906 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc() 19908 des_xmlDocPtr(n_out_doc, out_doc, 0); in test_xmlDocDumpFormatMemoryEnc() 19989 xmlDocPtr out_doc; /* Document to generate XML text from */ in test_xmlDocDumpMemoryEnc() local 20003 out_doc = gen_xmlDocPtr(n_out_doc, 0); in test_xmlDocDumpMemoryEnc() 20008 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc() 20010 des_xmlDocPtr(n_out_doc, out_doc, 0); in test_xmlDocDumpMemoryEnc()
|
/external/libxml2/ |
D | xmlsave.c | 2410 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpFormatMemoryEnc() argument 2430 if (out_doc == NULL) { in xmlDocDumpFormatMemoryEnc() 2441 txt_encoding = (const char *) out_doc->encoding; in xmlDocDumpFormatMemoryEnc() 2445 xmlSaveErr(XML_SAVE_UNKNOWN_ENCODING, (xmlNodePtr) out_doc, in xmlDocDumpFormatMemoryEnc() 2457 ctxt.doc = out_doc; in xmlDocDumpFormatMemoryEnc() 2464 xmlDocContentDumpOutput(&ctxt, out_doc); in xmlDocDumpFormatMemoryEnc() 2530 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpMemoryEnc() argument 2532 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, in xmlDocDumpMemoryEnc()
|
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | tree.h | 1112 xmlDocDumpMemoryEnc (xmlDocPtr out_doc, 1117 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc,
|
/external/libxml2/include/libxml/ |
D | tree.h | 1156 xmlDocDumpMemoryEnc (xmlDocPtr out_doc, 1161 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc,
|