Searched refs:XML_SUBSTITUTE_REF (Results 1 – 4 of 4) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 507 #define XML_SUBSTITUTE_REF 1 macro
|
/external/libxml2/os400/libxmlrpg/ |
D | parserInternals.rpgle | 402 * XML_SUBSTITUTE_REF: 406 d XML_SUBSTITUTE_REF...
|
/external/libxml2/ |
D | SAX2.c | 1178 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal() 1240 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal() 1366 val = xmlStringDecodeEntities(ctxt, value, XML_SUBSTITUTE_REF, in xmlSAX2AttributeInternal() 1957 XML_SUBSTITUTE_REF, 0,0,0); in xmlSAX2DecodeAttrEntities()
|
D | parser.c | 150 XML_SUBSTITUTE_REF, 0, 0, 0); in xmlParserEntityCheck() 2640 } else if ((c == '&') && (what & XML_SUBSTITUTE_REF)) { in xmlStringLenDecodeEntities() 3951 XML_SUBSTITUTE_REF, in xmlParseAttValueComplex() 3991 XML_SUBSTITUTE_REF, 0, 0, 0); in xmlParseAttValueComplex()
|