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

/external/libxml2/
H A Dxmlsave.c1791 * xmlSaveFlush:
1800 xmlSaveFlush(xmlSaveCtxtPtr ctxt) function
1822 ret = xmlSaveFlush(ctxt);
H A Delfgcchack.h9232 #undef xmlSaveFlush macro
9233 extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
9235 #ifndef xmlSaveFlush
9236 extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
9237 #define xmlSaveFlush xmlSaveFlush__internal_alias macro

Completed in 271 milliseconds