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

/external/libxml2/
H A Dxmlsave.c2439 * xmlSaveFileTo:
2451 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { function
H A Delfgcchack.h9220 #undef xmlSaveFileTo macro
9221 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
9223 #ifndef xmlSaveFileTo
9224 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
9225 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro

Completed in 58 milliseconds