Searched refs:htmlParseFile (Results 1 - 7 of 7) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h131 htmlParseFile (const char *filename,
/external/libxml2/doc/
H A Dindex.py1033 doc = libxml2.htmlParseFile(html, None)
1074 doc = libxml2.htmlParseFile(url, None);
1097 doc = libxml2.htmlParseFile(url, None);
/external/libxml2/
H A Dlibxml2.syms712 htmlParseFile;
H A DdebugXML.c2469 doc = htmlParseFile(filename, NULL);
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
H A DHTMLparser.c6353 * htmlParseFile:
6364 htmlParseFile(const char *filename, const char *encoding) { function
H A Dtestapi.c2477 ret_val = htmlParseFile(filename, (const char *)encoding);
[all...]

Completed in 274 milliseconds