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

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