• Home
  • Raw
  • Download

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()
1337 xmlOutputBufferPtr buf; in xhtmlAttrListDumpOutput()
1418 xmlOutputBufferPtr buf; in xhtmlNodeListDumpOutput()
1453 xmlOutputBufferPtr buf; in xhtmlNodeDumpOutput()
1861 xmlOutputBufferPtr out_buff; in xmlSaveToBuffer()
2241 xmlOutputBufferPtr outbuf; in xmlBufNodeDump()
2260 outbuf = (xmlOutputBufferPtr) xmlMalloc(sizeof(xmlOutputBuffer)); in xmlBufNodeDump()
2294 xmlOutputBufferPtr outbuf; in xmlElemDump()
2346 xmlNodeDumpOutput(xmlOutputBufferPtr buf, xmlDocPtr doc, xmlNodePtr cur, in xmlNodeDumpOutput()
2407 xmlOutputBufferPtr out_buff = NULL; in xmlDocDumpFormatMemoryEnc()
2543 xmlOutputBufferPtr buf; in xmlDocFormatDump()
2608 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { in xmlSaveFileTo()
2644 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, in xmlSaveFormatFileTo()
2687 xmlOutputBufferPtr buf; in xmlSaveFormatFileEnc()