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

/external/libxml2/
H A Dxmlsave.c2587 * xmlSaveFormatFile:
2601 xmlSaveFormatFile(const char *filename, xmlDocPtr cur, int format) { function
H A Delfgcchack.h9244 #undef xmlSaveFormatFile macro
9245 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
9247 #ifndef xmlSaveFormatFile
9248 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
9249 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias macro

Completed in 695 milliseconds