Home
last modified time | relevance | path

Searched refs:XML_SUBSTITUTE_REF (Results 1 – 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h474 #define XML_SUBSTITUTE_REF 1 macro
/external/libxml2/
DSAX2.c1147 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()
1902 XML_SUBSTITUTE_REF, 0,0,0); in xmlSAX2DecodeAttrEntities()
Dparser.c2673 } else if ((c == '&') && (what & XML_SUBSTITUTE_REF)) { in xmlStringLenDecodeEntities()
3855 XML_SUBSTITUTE_REF, in xmlParseAttValueComplex()
3891 XML_SUBSTITUTE_REF, 0, 0, 0); in xmlParseAttValueComplex()