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

/external/libxml2/include/libxml/
H A DHTMLparser.h239 htmlCtxtReadFd (xmlParserCtxtPtr ctxt,
/external/libxml2/
H A Delfgcchack.h174 #undef htmlCtxtReadFd macro
175 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alias")));
177 #ifndef htmlCtxtReadFd
178 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
179 #define htmlCtxtReadFd htmlCtxtReadFd__internal_alias macro
H A DHTMLparser.c6295 * htmlCtxtReadFd:
6308 htmlCtxtReadFd(htmlParserCtxtPtr ctxt, int fd, function

Completed in 110 milliseconds