Searched defs:htmlParseFile (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A DHTMLparser.c6230 * htmlParseFile:
6241 htmlParseFile(const char *filename, const char *encoding) { function
H A Delfgcchack.h642 #undef htmlParseFile macro
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
/external/libxml2/
H A DHTMLparser.c6349 * htmlParseFile:
6360 htmlParseFile(const char *filename, const char *encoding) { function
H A Delfgcchack.h642 #undef htmlParseFile macro
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

Completed in 244 milliseconds