Searched refs:xmlStringDecodeEntities (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A DparserInternals.h489 xmlStringDecodeEntities (xmlParserCtxtPtr ctxt,
/external/libxml2/include/libxml/
H A DparserInternals.h522 xmlStringDecodeEntities (xmlParserCtxtPtr ctxt,
/external/chromium_org/third_party/libxml/src/
H A DSAX2.c1147 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
1201 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
1323 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
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
H A Dtestapi.c16540 ret_val = xmlStringDecodeEntities(ctxt, (const xmlChar *)str, what, end, end2, end3);
16551 printf("Leak of %d blocks found in xmlStringDecodeEntities",
[all...]
/external/libxml2/
H A DSAX2.c1177 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
1231 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
1353 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
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,
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

Completed in 402 milliseconds