Searched defs:xmlStringDecodeEntities (Results 1 - 4 of 4) sorted by last modified time

/external/libxml2/
H A Delfgcchack.h10967 #undef xmlStringDecodeEntities macro
10968 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
10970 #ifndef xmlStringDecodeEntities
10971 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
10972 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias macro
H A Dparser.c2520 * This will be handled by xmlStringDecodeEntities
2755 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2798 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2841 * xmlStringDecodeEntities:
2859 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, function
3847 * xmlStringDecodeEntities()
3888 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF,
4014 rep = xmlStringDecodeEntities(ctxt, ent->content,
4052 rep = xmlStringDecodeEntities(ctxt, ent->content,
/external/chromium_org/third_party/libxml/src/
H A Dparser.c2343 * This will be handled by xmlStringDecodeEntities
2576 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2620 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2664 * xmlStringDecodeEntities:
2682 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, function
3601 * xmlStringDecodeEntities()
3642 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF,
3758 rep = xmlStringDecodeEntities(ctxt, ent->content,
3794 rep = xmlStringDecodeEntities(ctxt, ent->content,
H A Delfgcchack.h10817 #undef xmlStringDecodeEntities macro
10818 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
10820 #ifndef xmlStringDecodeEntities
10821 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
10822 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias macro

Completed in 264 milliseconds