Searched refs:htmlEntityLookup (Results 1 – 7 of 7) sorted by relevance
89 htmlEntityLookup(const xmlChar *name);
110 d htmlEntityLookup...111 d pr extproc('htmlEntityLookup')
700 htmlEntityLookup;
354 #undef htmlEntityLookup355 extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_…357 #ifndef htmlEntityLookup358 extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden…359 #define htmlEntityLookup htmlEntityLookup__internal_alias macro
2110 htmlEntityLookup(const xmlChar *name) { in htmlEntityLookup() function2893 ent = htmlEntityLookup(name); in htmlParseEntityRef()
2001 ret_val = htmlEntityLookup((const xmlChar *)name); in test_htmlEntityLookup()
306 htmlEntityLookup