Searched defs:xmlOutputBufferFlush (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DxmlIO.c2604 xmlOutputBufferFlush(out);
3742 * xmlOutputBufferFlush:
3750 xmlOutputBufferFlush(xmlOutputBufferPtr out) { function
H A Delfgcchack.h6850 #undef xmlOutputBufferFlush macro
6851 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias")));
6853 #ifndef xmlOutputBufferFlush
6854 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden")));
6855 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias macro

Completed in 61 milliseconds