Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DHTMLparser.h160 htmlParseChunk (htmlParserCtxtPtr ctxt,
/external/libxml2/
Dxmllint.c2204 htmlParseChunk(ctxt, chars, res, 0); in parseAndPrintFile()
2206 htmlParseChunk(ctxt, chars, 0, 1); in parseAndPrintFile()
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
DHTMLparser.c5903 htmlParseChunk(htmlParserCtxtPtr ctxt, const char *chunk, int size, in htmlParseChunk() function