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

/external/libxml2/
H A DHTMLparser.c6747 * htmlReadFile:
6757 htmlReadFile(const char *filename, const char *encoding, int options) function
H A Delfgcchack.h678 #undef htmlReadFile macro
679 extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias")));
681 #ifndef htmlReadFile
682 extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden")));
683 #define htmlReadFile htmlReadFile__internal_alias macro

Completed in 151 milliseconds