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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c1659 * xmlSaveFlush:
1668 xmlSaveFlush(xmlSaveCtxtPtr ctxt) function
1690 ret = xmlSaveFlush(ctxt);
H A Delfgcchack.h9152 #undef xmlSaveFlush macro
9153 extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
9155 #ifndef xmlSaveFlush
9156 extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
9157 #define xmlSaveFlush xmlSaveFlush__internal_alias macro

Completed in 119 milliseconds