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

/vbox/src/libs/libxml2-2.6.31/
H A DHTMLparser.c6006 * htmlReadFile:
6016 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 106 milliseconds