Searched refs:xmlSaveFileTo (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dtree.h1147 xmlSaveFileTo (xmlOutputBufferPtr buf,
/external/libxml2/
H A Dxmlsave.c2366 * xmlSaveFileTo:
2378 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 87 milliseconds