Lines Matching refs:out_doc
2231 * @out_doc: Document to generate XML text from
2245 xmlDocDumpFormatMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr,
2265 if (out_doc == NULL) {
2276 txt_encoding = (const char *) out_doc->encoding;
2280 xmlSaveErr(XML_SAVE_UNKNOWN_ENCODING, (xmlNodePtr) out_doc,
2292 ctxt.doc = out_doc;
2299 xmlDocContentDumpOutput(&ctxt, out_doc);
2354 * @out_doc: Document to generate XML text from
2365 xmlDocDumpMemoryEnc(xmlDocPtr out_doc, xmlChar **doc_txt_ptr,
2367 xmlDocDumpFormatMemoryEnc(out_doc, doc_txt_ptr, doc_txt_len,