Home
last modified time | relevance | path

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

/external/libxml2/
DtestHTML.c647 htmlParseChunk(ctxt, chars, res, 0); in parseSAXFile()
649 htmlParseChunk(ctxt, chars, 0, 1); in parseSAXFile()
677 htmlParseChunk(ctxt, chars, res, 0); in parseSAXFile()
679 htmlParseChunk(ctxt, chars, 0, 1); in parseSAXFile()
741 htmlParseChunk(ctxt, chars, res, 0); in parseAndPrintFile()
743 htmlParseChunk(ctxt, chars, 0, 1); in parseAndPrintFile()
Dlibxml2.syms707 htmlParseChunk;
Dxmllint.c2205 htmlParseChunk(ctxt, chars, res, 0); in parseAndPrintFile()
2207 htmlParseChunk(ctxt, chars, 0, 1); in parseAndPrintFile()
Druntest.c1902 htmlParseChunk(ctxt, base + cur, size - cur, 1); in pushParseTest()
1910 htmlParseChunk(ctxt, base + cur, chunkSize, 0); in pushParseTest()
Delfgcchack.h582 #undef htmlParseChunk
583 extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias"…
585 #ifndef htmlParseChunk
586 extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden")));
587 #define htmlParseChunk htmlParseChunk__internal_alias macro
Dtestapi.c2295 ret_val = htmlParseChunk(ctxt, (const char *)chunk, size, terminate); in test_htmlParseChunk()
DChangeLog18843 too htmlCreatePushParserCtxt() and htmlParseChunk()
/external/libxml2/python/tests/
DpushSAXhtml.py47 ctxt.htmlParseChunk(chunk, len(chunk), 0)
49 ctxt.htmlParseChunk(chunk, len(chunk), 1)
/external/curl/docs/examples/
Dhtmltitle.cpp247 htmlParseChunk(ctxt, html.c_str(), html.size(), 0); in parseHtml()
248 htmlParseChunk(ctxt, "", 0, 1); in parseHtml()
/external/libxml2/include/libxml/
DHTMLparser.h160 htmlParseChunk (htmlParserCtxtPtr ctxt,
/external/libxml2/os400/libxmlrpg/
DHTMLparser.rpgle229 d htmlParseChunk pr extproc('htmlParseChunk')
/external/libxml2/win32/
Dlibxml2.def.src363 htmlParseChunk