htmlParseChunk    582 third_party/libxml/src/elfgcchack.h #undef htmlParseChunk
htmlParseChunk    583 third_party/libxml/src/elfgcchack.h extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias")));
htmlParseChunk    585 third_party/libxml/src/elfgcchack.h #ifndef htmlParseChunk
htmlParseChunk    586 third_party/libxml/src/elfgcchack.h extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden")));
htmlParseChunk    587 third_party/libxml/src/elfgcchack.h #define htmlParseChunk htmlParseChunk__internal_alias
htmlParseChunk    160 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlParseChunk		(htmlParserCtxtPtr ctxt,
htmlParseChunk   1835 third_party/libxml/src/runtest.c 		htmlParseChunk(ctxt, base + cur, size - cur, 1);
htmlParseChunk   1843 third_party/libxml/src/runtest.c 		htmlParseChunk(ctxt, base + cur, 1024, 0);
htmlParseChunk    647 third_party/libxml/src/testHTML.c 		    htmlParseChunk(ctxt, chars, res, 0);
htmlParseChunk    649 third_party/libxml/src/testHTML.c 		htmlParseChunk(ctxt, chars, 0, 1);
htmlParseChunk    677 third_party/libxml/src/testHTML.c 			htmlParseChunk(ctxt, chars, res, 0);
htmlParseChunk    679 third_party/libxml/src/testHTML.c 		    htmlParseChunk(ctxt, chars, 0, 1);
htmlParseChunk    741 third_party/libxml/src/testHTML.c 		    htmlParseChunk(ctxt, chars, res, 0);
htmlParseChunk    743 third_party/libxml/src/testHTML.c 		htmlParseChunk(ctxt, chars, 0, 1);
htmlParseChunk   2286 third_party/libxml/src/testapi.c         ret_val = htmlParseChunk(ctxt, (const char *)chunk, size, terminate);
htmlParseChunk   2200 third_party/libxml/src/xmllint.c                     htmlParseChunk(ctxt, chars, res, 0);
htmlParseChunk   2202 third_party/libxml/src/xmllint.c                 htmlParseChunk(ctxt, chars, 0, 1);