Searched refs:htmlReadFile (Results 1 – 11 of 11) sorted by relevance
| /third_party/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 | 2266 doc = htmlReadFile(filename, NULL, options); in parseAndPrintFile()
|
| D | runtest.c | 2084 doc = htmlReadFile(filename, NULL, options); in errParseTest()
|
| D | HTMLparser.c | 6952 htmlReadFile(const char *filename, const char *encoding, int options) in htmlReadFile() function
|
| D | testapi.c | 2584 ret_val = htmlReadFile(filename, (const char *)encoding, options); in test_htmlReadFile()
|
| /third_party/libxml2/include/libxml/ |
| D | HTMLparser.h | 202 htmlReadFile (const char *URL,
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | HTMLparser.rpgle | 288 d htmlReadFile pr extproc('htmlReadFile')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 387 htmlReadFile
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 101663 -#undef htmlReadFile 101664 -extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias"))); 101666 -#ifndef htmlReadFile 101667 -extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden"))); 101668 -#define htmlReadFile htmlReadFile__internal_alias 126919 - doc = htmlReadFile(filename, NULL, options); 126922 - doc = htmlReadFile(filename,NULL,options);
|