Searched refs:htmlReadFile (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/ |
D | testHTML.c | 750 doc = htmlReadFile(filename, NULL, options); in parseAndPrintFile() 753 doc = htmlReadFile(filename,NULL,options); in parseAndPrintFile()
|
D | libxml2.syms | 1532 htmlReadFile;
|
D | elfgcchack.h | 678 #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
|
D | xmllint.c | 2241 doc = htmlReadFile(filename, NULL, options); in parseAndPrintFile()
|
D | runtest.c | 2081 doc = htmlReadFile(filename, NULL, options); in errParseTest()
|
D | HTMLparser.c | 6841 htmlReadFile(const char *filename, const char *encoding, int options) in htmlReadFile() function
|
D | testapi.c | 2582 ret_val = htmlReadFile(filename, (const char *)encoding, options); in test_htmlReadFile()
|
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 202 htmlReadFile (const char *URL,
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLparser.rpgle | 288 d htmlReadFile pr extproc('htmlReadFile')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 387 htmlReadFile
|