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

/external/libxml2/include/libxml/
H A DHTMLparser.h248 htmlCtxtReadIO (xmlParserCtxtPtr ctxt,
/external/libxml2/
H A Delfgcchack.h198 #undef htmlCtxtReadIO macro
199 extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO __attribute((alias("htmlCtxtReadIO__internal_alias")));
201 #ifndef htmlCtxtReadIO
202 extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
203 #define htmlCtxtReadIO htmlCtxtReadIO__internal_alias macro
H A DHTMLparser.c6908 * htmlCtxtReadIO:
6923 htmlCtxtReadIO(htmlParserCtxtPtr ctxt, xmlInputReadCallback ioread, function

Completed in 103 milliseconds