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

/external/libxml2/
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

Completed in 105 milliseconds