htmlEntityLookup 2655 third_party/libxml/src/HTMLparser.c 		ent = htmlEntityLookup(name);
htmlEntityLookup  354 third_party/libxml/src/elfgcchack.h #undef htmlEntityLookup
htmlEntityLookup  355 third_party/libxml/src/elfgcchack.h extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_alias")));
htmlEntityLookup  357 third_party/libxml/src/elfgcchack.h #ifndef htmlEntityLookup
htmlEntityLookup  358 third_party/libxml/src/elfgcchack.h extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden")));
htmlEntityLookup  359 third_party/libxml/src/elfgcchack.h #define htmlEntityLookup htmlEntityLookup__internal_alias
htmlEntityLookup   89 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlEntityLookup(const xmlChar *name);
htmlEntityLookup 1995 third_party/libxml/src/testapi.c         ret_val = htmlEntityLookup((const xmlChar *)name);