htmlParseCharRef 2523 third_party/libxml/src/HTMLparser.c 		c = htmlParseCharRef(ctxt);
htmlParseCharRef 3915 third_party/libxml/src/HTMLparser.c 	c = htmlParseCharRef(ctxt);
htmlParseCharRef  570 third_party/libxml/src/elfgcchack.h #undef htmlParseCharRef
htmlParseCharRef  571 third_party/libxml/src/elfgcchack.h extern __typeof (htmlParseCharRef) htmlParseCharRef __attribute((alias("htmlParseCharRef__internal_alias")));
htmlParseCharRef  573 third_party/libxml/src/elfgcchack.h #ifndef htmlParseCharRef
htmlParseCharRef  574 third_party/libxml/src/elfgcchack.h extern __typeof (htmlParseCharRef) htmlParseCharRef__internal_alias __attribute((visibility("hidden")));
htmlParseCharRef  575 third_party/libxml/src/elfgcchack.h #define htmlParseCharRef htmlParseCharRef__internal_alias
htmlParseCharRef  104 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlParseCharRef(htmlParserCtxtPtr ctxt);
htmlParseCharRef 2240 third_party/libxml/src/testapi.c         ret_val = htmlParseCharRef(ctxt);