Searched refs:htmlCreatePushParserCtxt (Results 1 – 12 of 12) sorted by relevance
/external/libxml2/ |
D | testHTML.c | 644 ctxt = htmlCreatePushParserCtxt(emptySAXHandler, NULL, in parseSAXFile() 674 ctxt = htmlCreatePushParserCtxt(debugSAXHandler, NULL, in parseSAXFile() 738 ctxt = htmlCreatePushParserCtxt(NULL, NULL, in parseAndPrintFile()
|
D | libxml2.syms | 698 htmlCreatePushParserCtxt;
|
D | elfgcchack.h | 150 #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
|
D | xmllint.c | 2216 ctxt = htmlCreatePushParserCtxt(NULL, NULL, in parseAndPrintFile()
|
D | runtest.c | 1869 ctxt = htmlCreatePushParserCtxt(NULL, NULL, base + cur, 4, filename, in pushParseTest()
|
D | testapi.c | 1551 … ret_val = htmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename, enc); in test_htmlCreatePushParserCtxt()
|
D | ChangeLog | 18843 too htmlCreatePushParserCtxt() and htmlParseChunk()
|
/external/curl/docs/examples/ |
D | htmltitle.cpp | 257 ctxt = htmlCreatePushParserCtxt(&saxHandler, &context, "", 0, "", in parseHtml()
|
/external/libxml2/include/libxml/ |
D | HTMLparser.h | 153 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
|
/external/libxml2/os400/libxmlrpg/ |
D | HTMLparser.rpgle | 219 d htmlCreatePushParserCtxt... 220 d pr extproc('htmlCreatePushParserCtxt')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 255 htmlCreatePushParserCtxt
|
/external/libxml2/python/ |
D | libxml.c | 1508 ret = htmlCreatePushParserCtxt(SAX, pyobj_SAX, chunk, size, URI, in libxml_htmlCreatePushParser()
|