Searched refs:htmlCtxtReadFile (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h227 htmlCtxtReadFile (xmlParserCtxtPtr ctxt,
/external/libxml2/
H A Delfgcchack.h186 #undef htmlCtxtReadFile macro
187 extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile __attribute((alias("htmlCtxtReadFile__internal_alias")));
189 #ifndef htmlCtxtReadFile
190 extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
191 #define htmlCtxtReadFile htmlCtxtReadFile__internal_alias macro
H A DHTMLparser.c6219 * htmlCtxtReadFile:
6231 htmlCtxtReadFile(htmlParserCtxtPtr ctxt, const char *filename, function

Completed in 53 milliseconds