Searched refs:htmlEntityLookup (Results 1 - 5 of 5) sorted by relevance

/external/libxml2/include/libxml/
H A DHTMLparser.h89 htmlEntityLookup(const xmlChar *name);
/external/libxml2/
H A Dlibxml2.syms700 htmlEntityLookup;
H A DHTMLparser.c1923 * htmlEntityLookup:
1933 htmlEntityLookup(const xmlChar *name) { function
2695 ent = htmlEntityLookup(name);
H A Delfgcchack.h354 #undef htmlEntityLookup macro
355 extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_alias")));
357 #ifndef htmlEntityLookup
358 extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden")));
359 #define htmlEntityLookup htmlEntityLookup__internal_alias macro
H A Dtestapi.c1991 ret_val = htmlEntityLookup((const xmlChar *)name);
1997 printf("Leak of %d blocks found in htmlEntityLookup",
[all...]

Completed in 239 milliseconds