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

/external/libxml2/
H A Dxmlsave.c2639 * xmlSaveFormatFileTo:
2652 xmlSaveFormatFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, function
H A Delfgcchack.h9394 #undef xmlSaveFormatFileTo macro
9395 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
9397 #ifndef xmlSaveFormatFileTo
9398 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
9399 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias macro

Completed in 196 milliseconds