Searched defs:htmlCreatePushParserCtxt (Results 1 - 2 of 2) sorted by relevance

/external/libxml2/
H A DHTMLparser.c6094 * htmlCreatePushParserCtxt:
6109 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, function
H A Delfgcchack.h150 #undef htmlCreatePushParserCtxt macro
151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
153 #ifndef htmlCreatePushParserCtxt
154 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
155 #define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias macro

Completed in 86 milliseconds