Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DparserInternals.h474 #define XML_SUBSTITUTE_REF 1 macro
/external/libxml2/include/libxml/
DparserInternals.h507 #define XML_SUBSTITUTE_REF 1 macro
/external/chromium_org/third_party/libxml/src/
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.c2552 } else if ((c == '&') && (what & XML_SUBSTITUTE_REF)) { in xmlStringLenDecodeEntities()
3759 XML_SUBSTITUTE_REF, in xmlParseAttValueComplex()
3795 XML_SUBSTITUTE_REF, 0, 0, 0); in xmlParseAttValueComplex()
/external/libxml2/
DSAX2.c1177 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal()
1231 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal()
1353 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal()
1940 XML_SUBSTITUTE_REF, 0,0,0); in xmlSAX2DecodeAttrEntities()
Dparser.c2731 } else if ((c == '&') && (what & XML_SUBSTITUTE_REF)) { in xmlStringLenDecodeEntities()
4015 XML_SUBSTITUTE_REF, in xmlParseAttValueComplex()
4053 XML_SUBSTITUTE_REF, 0, 0, 0); in xmlParseAttValueComplex()