Home
last modified time | relevance | path

Searched refs:xmlOutputBufferFlush (Results 1 – 12 of 12) sorted by relevance

/external/libxml2/include/libxml/
DxmlIO.h267 xmlOutputBufferFlush (xmlOutputBufferPtr out);
/external/libxml2/os400/libxmlrpg/
DxmlIO.rpgle330 d xmlOutputBufferFlush...
331 d pr 10i 0 extproc('xmlOutputBufferFlush')
/external/libxml2/
Dxmlsave.c582 xmlOutputBufferFlush(buf); in xmlSaveClearEncoding()
1976 return(xmlOutputBufferFlush(ctxt->buf)); in xmlSaveFlush()
2465 xmlOutputBufferFlush(out_buff); in xmlDocDumpFormatMemoryEnc()
DHTMLtree.c609 xmlOutputBufferFlush(buf); in htmlDocDumpMemoryFormat()
DxmlIO.c2604 xmlOutputBufferFlush(out); in xmlOutputBufferClose()
3750 xmlOutputBufferFlush(xmlOutputBufferPtr out) { in xmlOutputBufferFlush() function
Dlibxml2.syms605 xmlOutputBufferFlush;
Dc14n.c1934 ret = xmlOutputBufferFlush(buf); in xmlC14NExecute()
Delfgcchack.h6850 #undef xmlOutputBufferFlush
6851 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlus…
6853 #ifndef xmlOutputBufferFlush
6854 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility…
6855 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias macro
Dxmlwriter.c4246 count = xmlOutputBufferFlush(writer->out); in xmlTextWriterFlush()
Dtestapi.c28579 ret_val = xmlOutputBufferFlush(out); in test_xmlOutputBufferFlush()
/external/libxml2/win32/
Dlibxml2.def.src1304 xmlOutputBufferFlush
/external/libxml2/python/
Dlibxml.c595 c_retval = xmlOutputBufferFlush(out); in libxml_xmlOutputBufferFlush()