Home
last modified time | relevance | path

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

/third_party/libxml2/
DtestHTML.c750 doc = htmlReadFile(filename, NULL, options); in parseAndPrintFile()
753 doc = htmlReadFile(filename,NULL,options); in parseAndPrintFile()
Dlibxml2.syms1532 htmlReadFile;
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.c2266 doc = htmlReadFile(filename, NULL, options); in parseAndPrintFile()
Druntest.c2084 doc = htmlReadFile(filename, NULL, options); in errParseTest()
DHTMLparser.c6952 htmlReadFile(const char *filename, const char *encoding, int options) in htmlReadFile() function
Dtestapi.c2584 ret_val = htmlReadFile(filename, (const char *)encoding, options); in test_htmlReadFile()
/third_party/libxml2/include/libxml/
DHTMLparser.h202 htmlReadFile (const char *URL,
/third_party/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle288 d htmlReadFile pr extproc('htmlReadFile')
/third_party/libxml2/win32/
Dlibxml2.def.src387 htmlReadFile
/third_party/chromium/patch/
D0001-cve.patch101663 -#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);