Searched refs:XML_SUBSTITUTE_REF (Results 1 – 3 of 3) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 474 #define XML_SUBSTITUTE_REF 1 macro
|
/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() 1902 XML_SUBSTITUTE_REF, 0,0,0); in xmlSAX2DecodeAttrEntities()
|
D | parser.c | 2673 } else if ((c == '&') && (what & XML_SUBSTITUTE_REF)) { in xmlStringLenDecodeEntities() 3855 XML_SUBSTITUTE_REF, in xmlParseAttValueComplex() 3891 XML_SUBSTITUTE_REF, 0, 0, 0); in xmlParseAttValueComplex()
|