Searched refs:out_doc (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/ |
D | xmlsave.c | 2402 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpFormatMemoryEnc() argument 2422 if (out_doc == NULL) { in xmlDocDumpFormatMemoryEnc() 2433 txt_encoding = (const char *) out_doc->encoding; in xmlDocDumpFormatMemoryEnc() 2437 xmlSaveErr(XML_SAVE_UNKNOWN_ENCODING, (xmlNodePtr) out_doc, in xmlDocDumpFormatMemoryEnc() 2449 ctxt.doc = out_doc; in xmlDocDumpFormatMemoryEnc() 2456 xmlDocContentDumpOutput(&ctxt, out_doc); in xmlDocDumpFormatMemoryEnc() 2522 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr, in xmlDocDumpMemoryEnc() argument 2524 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, in xmlDocDumpMemoryEnc()
|
D | testapi.c | 20192 xmlDocPtr out_doc; /* Document to generate XML text from */ in test_xmlDocDumpFormatMemoryEnc() local 20209 out_doc = gen_xmlDocPtr(n_out_doc, 0); in test_xmlDocDumpFormatMemoryEnc() 20215 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc() 20217 des_xmlDocPtr(n_out_doc, out_doc, 0); in test_xmlDocDumpFormatMemoryEnc() 20298 xmlDocPtr out_doc; /* Document to generate XML text from */ in test_xmlDocDumpMemoryEnc() local 20312 out_doc = gen_xmlDocPtr(n_out_doc, 0); in test_xmlDocDumpMemoryEnc() 20317 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc() 20319 des_xmlDocPtr(n_out_doc, out_doc, 0); in test_xmlDocDumpMemoryEnc()
|
/external/libxml2/include/libxml/ |
D | tree.h | 1164 xmlDocDumpMemoryEnc (xmlDocPtr out_doc, 1169 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc,
|
/external/libxml2/os400/libxmlrpg/ |
D | tree.rpgle | 1476 d out_doc value like(xmlDocPtr) 1483 d out_doc value like(xmlDocPtr)
|