Searched refs:htmlCreatePushParserCtxt (Results 1 – 4 of 4) sorted by relevance
153 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
150 #undef htmlCreatePushParserCtxt151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreateP…153 #ifndef htmlCreatePushParserCtxt154 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((vi…155 #define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias macro
2201 ctxt = htmlCreatePushParserCtxt(NULL, NULL, in parseAndPrintFile()
5989 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax, void *user_data, in htmlCreatePushParserCtxt() function