Searched refs:htmlReadFile (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h202 htmlReadFile (const char *URL,
/external/libxml2/
H A Dxmllint.c2235 doc = htmlReadFile(filename, NULL, options);
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
H A DHTMLparser.c6625 * htmlReadFile:
6635 htmlReadFile(const char *filename, const char *encoding, int options) function

Completed in 85 milliseconds