Home
last modified time | relevance | path

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

/external/libxml2/
DtestHTML.c644 ctxt = htmlCreatePushParserCtxt(emptySAXHandler, NULL, in parseSAXFile()
674 ctxt = htmlCreatePushParserCtxt(debugSAXHandler, NULL, in parseSAXFile()
738 ctxt = htmlCreatePushParserCtxt(NULL, NULL, in parseAndPrintFile()
Dlibxml2.syms698 htmlCreatePushParserCtxt;
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()
Druntest.c1890 ctxt = htmlCreatePushParserCtxt(NULL, NULL, base + cur, chunkSize, filename, in pushParseTest()
Dtestapi.c1558 … ret_val = htmlCreatePushParserCtxt(sax, user_data, (const char *)chunk, size, filename, enc); in test_htmlCreatePushParserCtxt()
DChangeLog18843 too htmlCreatePushParserCtxt() and htmlParseChunk()
/external/curl/docs/examples/
Dhtmltitle.cpp244 ctxt = htmlCreatePushParserCtxt(&saxHandler, &context, "", 0, "", in parseHtml()
/external/libxml2/include/libxml/
DHTMLparser.h153 htmlCreatePushParserCtxt(htmlSAXHandlerPtr sax,
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle219 d htmlCreatePushParserCtxt...
220 d pr extproc('htmlCreatePushParserCtxt')
/external/libxml2/win32/
Dlibxml2.def.src255 htmlCreatePushParserCtxt
/external/libxml2/python/
Dlibxml.c1508 ret = htmlCreatePushParserCtxt(SAX, pyobj_SAX, chunk, size, URI, in libxml_htmlCreatePushParser()