Searched refs:XML_SUBSTITUTE_REF (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/libxml/src/include/libxml/ |
D | parserInternals.h | 474 #define XML_SUBSTITUTE_REF 1 macro
|
/external/libxml2/include/libxml/ |
D | parserInternals.h | 507 #define XML_SUBSTITUTE_REF 1 macro
|
/external/chromium_org/third_party/libxml/src/ |
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() 1902 XML_SUBSTITUTE_REF, 0,0,0); in xmlSAX2DecodeAttrEntities()
|
D | parser.c | 2552 } 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/ |
D | SAX2.c | 1177 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()
|
D | parser.c | 2731 } else if ((c == '&') && (what & XML_SUBSTITUTE_REF)) { in xmlStringLenDecodeEntities() 4015 XML_SUBSTITUTE_REF, in xmlParseAttValueComplex() 4053 XML_SUBSTITUTE_REF, 0, 0, 0); in xmlParseAttValueComplex()
|