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

/vbox/src/libs/libxml2-2.6.31/
H A Dxmlsave.c2265 * xmlSaveFormatFileTo:
2278 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, function
H A Delfgcchack.h9188 #undef xmlSaveFormatFileTo macro
9189 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
9191 #ifndef xmlSaveFormatFileTo
9192 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
9193 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias macro

Completed in 93 milliseconds