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

/external/libxml2/
H A Dxmlsave.c2604 * xmlSaveFileTo:
2616 xmlSaveFileTo(xmlOutputBufferPtr buf, xmlDocPtr cur, const char *encoding) { function
H A Delfgcchack.h9346 #undef xmlSaveFileTo macro
9347 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
9349 #ifndef xmlSaveFileTo
9350 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
9351 #define xmlSaveFileTo xmlSaveFileTo__internal_alias macro

Completed in 182 milliseconds