Searched refs:htmlReadFile (Results 1 – 4 of 4) sorted by relevance
202 htmlReadFile (const char *URL,
678 #undef htmlReadFile679 extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias")));681 #ifndef htmlReadFile682 extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden")));683 #define htmlReadFile htmlReadFile__internal_alias macro
2235 doc = htmlReadFile(filename, NULL, options); in parseAndPrintFile()
6635 htmlReadFile(const char *filename, const char *encoding, int options) in htmlReadFile() function