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

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A DparserInternals.h480 xmlStringDecodeEntities (xmlParserCtxtPtr ctxt,
/haiku-fatelf/src/tools/docbook/libxml2/
H A DSAX2.c1118 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
1172 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
1292 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF,
H A Dparser.c2010 * This will be handled by xmlStringDecodeEntities
2230 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2265 rep = xmlStringDecodeEntities(ctxt, ent->content, what,
2301 * xmlStringDecodeEntities:
2319 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, function
2969 * xmlStringDecodeEntities()
3010 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF,
3123 rep = xmlStringDecodeEntities(ctxt, ent->content,
3154 rep = xmlStringDecodeEntities(ctxt, ent->content,
H A Delfgcchack.h10693 #undef xmlStringDecodeEntities macro
10694 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
10696 #ifndef xmlStringDecodeEntities
10697 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
10698 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias macro

Completed in 107 milliseconds