htmlEntityValueLookup 2011 third_party/libxml/src/HTMLparser.c 	    ent = htmlEntityValueLookup(c);
htmlEntityValueLookup 2110 third_party/libxml/src/HTMLparser.c 	    ent = htmlEntityValueLookup(c);
htmlEntityValueLookup  366 third_party/libxml/src/elfgcchack.h #undef htmlEntityValueLookup
htmlEntityValueLookup  367 third_party/libxml/src/elfgcchack.h extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup __attribute((alias("htmlEntityValueLookup__internal_alias")));
htmlEntityValueLookup  369 third_party/libxml/src/elfgcchack.h #ifndef htmlEntityValueLookup
htmlEntityValueLookup  370 third_party/libxml/src/elfgcchack.h extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup__internal_alias __attribute((visibility("hidden")));
htmlEntityValueLookup  371 third_party/libxml/src/elfgcchack.h #define htmlEntityValueLookup htmlEntityValueLookup__internal_alias
htmlEntityValueLookup   91 third_party/libxml/src/include/libxml/HTMLparser.h 			htmlEntityValueLookup(unsigned int value);
htmlEntityValueLookup 2029 third_party/libxml/src/testapi.c         ret_val = htmlEntityValueLookup(value);