Searched refs:xmlStringDecodeEntities (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 489 xmlStringDecodeEntities (xmlParserCtxtPtr ctxt,
|
/external/libxml2/ |
D | SAX2.c | 1147 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal() 1201 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal() 1323 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal()
|
D | parser.c | 2697 rep = xmlStringDecodeEntities(ctxt, ent->content, what, in xmlStringLenDecodeEntities() 2741 rep = xmlStringDecodeEntities(ctxt, ent->content, what, in xmlStringLenDecodeEntities() 2803 xmlStringDecodeEntities(xmlParserCtxtPtr ctxt, const xmlChar *str, int what, in xmlStringDecodeEntities() function 3739 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF, in xmlParseEntityValue() 3854 rep = xmlStringDecodeEntities(ctxt, ent->content, in xmlParseAttValueComplex() 3890 rep = xmlStringDecodeEntities(ctxt, ent->content, in xmlParseAttValueComplex()
|
D | elfgcchack.h | 10817 #undef xmlStringDecodeEntities 10818 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDeco… 10820 #ifndef xmlStringDecodeEntities 10821 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visi… 10822 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias macro
|