Searched refs:htmlCreatePushParserCtxt (Results 1 - 4 of 4) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h153 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
/external/libxml2/
H A Dxmllint.c2089 ctxt = htmlCreatePushParserCtxt(NULL, NULL,
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
H A DHTMLparser.c5414 * htmlCreatePushParserCtxt:
5429 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, function

Completed in 115 milliseconds