Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h202 htmlReadFile (const char *URL,
/external/libxml2/
Delfgcchack.h678 #undef htmlReadFile
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
Dxmllint.c2235 doc = htmlReadFile(filename, NULL, options); in parseAndPrintFile()
DHTMLparser.c6635 htmlReadFile(const char *filename, const char *encoding, int options) in htmlReadFile() function