Home | History | Annotate | Download | only in libxml2

Lines Matching refs:out_doc

2396  * @out_doc:  Document to generate XML text from
2410 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr,
2430 if (out_doc == NULL) {
2441 txt_encoding = (const char *) out_doc->encoding;
2445 xmlSaveErr(XML_SAVE_UNKNOWN_ENCODING, (xmlNodePtr) out_doc,
2457 ctxt.doc = out_doc;
2464 xmlDocContentDumpOutput(&ctxt, out_doc);
2519 * @out_doc: Document to generate XML text from
2530 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr,
2532 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len,