Lines Matching refs:xmlOutputBufferPtr
85 xmlOutputBufferPtr buf;
435 xmlAttrSerializeContent(xmlOutputBufferPtr buf, xmlAttrPtr attr) in xmlAttrSerializeContent()
557 xmlOutputBufferPtr buf = ctxt->buf; in xmlSaveSwitchEncoding()
581 xmlOutputBufferPtr buf = ctxt->buf; in xmlSaveClearEncoding()
596 void xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur);
632 xmlNsDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur, xmlSaveCtxtPtr ctxt) { in xmlNsDumpOutput()
692 xmlNsListDumpOutput(xmlOutputBufferPtr buf, xmlNsPtr cur) { in xmlNsListDumpOutput()
708 xmlOutputBufferPtr buf; in xmlDtdDumpOutput()
765 xmlOutputBufferPtr buf; in xmlAttrDumpOutput()
812 xmlOutputBufferPtr buf; in xmlNodeListDumpOutput()
845 xmlOutputBufferPtr buf = ctxt->buf; in htmlNodeDumpOutputInternal()
904 xmlOutputBufferPtr buf; in xmlNodeDumpOutputInternal()
1112 xmlOutputBufferPtr buf = ctxt->buf; in xmlDocContentDumpOutput()
1340 xmlOutputBufferPtr buf; in xhtmlAttrListDumpOutput()
1421 xmlOutputBufferPtr buf; in xhtmlNodeListDumpOutput()
1456 xmlOutputBufferPtr buf; in xhtmlNodeDumpOutput()
1864 xmlOutputBufferPtr out_buff; in xmlSaveToBuffer()
2249 xmlOutputBufferPtr outbuf; in xmlBufNodeDump()
2268 outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer)); in xmlBufNodeDump()
2302 xmlOutputBufferPtr outbuf; in xmlElemDump()
2354 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, in xmlNodeDumpOutput()
2415 xmlOutputBufferPtr out_buff = NULL; in xmlDocDumpFormatMemoryEnc()
2551 xmlOutputBufferPtr buf; in xmlDocFormatDump()
2616 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { in xmlSaveFileTo()
2652 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, in xmlSaveFormatFileTo()
2695 xmlOutputBufferPtr buf; in xmlSaveFormatFileEnc()