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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c2231 * xmlSaveFileTo:
2243 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { function
H A Delfgcchack.h9140 #undef xmlSaveFileTo macro
9141 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
9143 #ifndef xmlSaveFileTo
9144 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
9145 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro

Completed in 141 milliseconds