HomeSort by relevance Sort by last modified time
    Searched defs:htmlSaveFileFormat (Results 1 - 2 of 2) sorted by null

  /external/libxml2/
HTMLtree.c 1139 * htmlSaveFileFormat:
1150 htmlSaveFileFormat(const char *filename, xmlDocPtr cur,
1215 return(htmlSaveFileFormat(filename, cur, encoding, 1));
elfgcchack.h 762 #undef htmlSaveFileFormat
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
    [all...]

Completed in 17 milliseconds