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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DHTMLparser.in.h89 htmlEntityLookup(const xmlChar *name);
H A DHTMLparser.c1724 * htmlEntityLookup:
1734 htmlEntityLookup(const xmlChar *name) { function
2460 ent = htmlEntityLookup(name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DHTMLparser.h89 htmlEntityLookup(const xmlChar *name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A DHTMLparser.in.h89 htmlEntityLookup(const xmlChar *name);
H A DHTMLparser.c1724 * htmlEntityLookup:
1734 htmlEntityLookup(const xmlChar *name) { function
2460 ent = htmlEntityLookup(name);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A DHTMLparser.c1732 * htmlEntityLookup:
1742 htmlEntityLookup(const xmlChar *name) { function
2503 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.c1988 ret_val = htmlEntityLookup((const xmlChar *)name);
1994 printf("Leak of %d blocks found in htmlEntityLookup",
[all...]

Completed in 518 milliseconds