Home
last modified time | relevance | path

Searched refs:htmlEntityLookup (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DHTMLparser.h89 htmlEntityLookup(const xmlChar *name);
/external/libxml2/
Delfgcchack.h354 #undef htmlEntityLookup
355 extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_…
357 #ifndef htmlEntityLookup
358 extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden…
359 #define htmlEntityLookup htmlEntityLookup__internal_alias macro
DHTMLparser.c1742 htmlEntityLookup(const xmlChar *name) { in htmlEntityLookup() function
2503 ent = htmlEntityLookup(name); in htmlParseEntityRef()