Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h153 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
/external/libxml2/
Delfgcchack.h150 #undef htmlCreatePushParserCtxt
151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreateP…
153 #ifndef htmlCreatePushParserCtxt
154 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((vi…
155 #define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias macro
Dxmllint.c2201 ctxt = htmlCreatePushParserCtxt(NULL, NULL, in parseAndPrintFile()
DHTMLparser.c5989 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, in htmlCreatePushParserCtxt() function