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

/external/libxml2/
H A DxmlIO.c2582 xmlOutputBufferFlush(out);
3680 * xmlOutputBufferFlush:
3688 xmlOutputBufferFlush(xmlOutputBufferPtr out) { function
H A Delfgcchack.h6748 #undef xmlOutputBufferFlush macro
6749 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias")));
6751 #ifndef xmlOutputBufferFlush
6752 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden")));
6753 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias macro

Completed in 155 milliseconds