Home
last modified time | relevance | path

Searched refs:out_doc (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dxmlsave.c2410 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()
Dtestapi.c20072 xmlDocPtr out_doc; /* Document to generate XML text from */ in test_xmlDocDumpFormatMemoryEnc() local
20089 out_doc = gen_xmlDocPtr(n_out_doc, 0); in test_xmlDocDumpFormatMemoryEnc()
20095 … xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding, format); in test_xmlDocDumpFormatMemoryEnc()
20097 des_xmlDocPtr(n_out_doc, out_doc, 0); in test_xmlDocDumpFormatMemoryEnc()
20178 xmlDocPtr out_doc; /* Document to generate XML text from */ in test_xmlDocDumpMemoryEnc() local
20192 out_doc = gen_xmlDocPtr(n_out_doc, 0); in test_xmlDocDumpMemoryEnc()
20197 xmlDocDumpMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len, (const char *)txt_encoding); in test_xmlDocDumpMemoryEnc()
20199 des_xmlDocPtr(n_out_doc, out_doc, 0); in test_xmlDocDumpMemoryEnc()
/external/libxml2/include/libxml/
Dtree.h1164 xmlDocDumpMemoryEnc (xmlDocPtr out_doc,
1169 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc,
/external/libxml2/os400/libxmlrpg/
Dtree.rpgle1476 d out_doc value like(xmlDocPtr)
1483 d out_doc value like(xmlDocPtr)