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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLtree.c1134 * htmlSaveFileFormat:
1145 htmlSaveFileFormat(const char *filename, xmlDocPtr cur, function
1210 return(htmlSaveFileFormat(filename, cur, encoding, 1));
H A Delfgcchack.h762 #undef htmlSaveFileFormat macro
763 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__internal_alias")));
765 #ifndef htmlSaveFileFormat
766 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hidden")));
767 #define htmlSaveFileFormat htmlSaveFileFormat__internal_alias macro

Completed in 70 milliseconds