Home
last modified time | relevance | path

Searched refs:htmlParseFile (Results 1 – 10 of 10) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
DHTMLparser.h131 htmlParseFile (const char *filename,
/external/libxml2/include/libxml/
DHTMLparser.h131 htmlParseFile (const char *filename,
/external/chromium_org/third_party/libxml/src/win32/
Dlibxml2.def.src378 htmlParseFile
/external/libxml2/
Delfgcchack.h642 #undef htmlParseFile
643 extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias")));
645 #ifndef htmlParseFile
646 extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden")));
647 #define htmlParseFile htmlParseFile__internal_alias macro
DdebugXML.c2465 doc = htmlParseFile(filename, NULL); in xmlShellLoad()
DHTMLparser.c6246 htmlParseFile(const char *filename, const char *encoding) { in htmlParseFile() function
/external/chromium_org/third_party/libxml/src/
Delfgcchack.h642 #undef htmlParseFile
643 extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias")));
645 #ifndef htmlParseFile
646 extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden")));
647 #define htmlParseFile htmlParseFile__internal_alias macro
DdebugXML.c2464 doc = htmlParseFile(filename, NULL); in xmlShellLoad()
DHTMLparser.c6241 htmlParseFile(const char *filename, const char *encoding) { in htmlParseFile() function
Dtestapi.c2481 ret_val = htmlParseFile(filename, (const char *)encoding); in test_htmlParseFile()