Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h513 #define XML_SUBSTITUTE_PEREF 2 macro
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle409 * XML_SUBSTITUTE_PEREF:
413 d XML_SUBSTITUTE_PEREF...
/external/libxml2/
Dparser.c2692 } else if (c == '%' && (what & XML_SUBSTITUTE_PEREF)) { in xmlStringLenDecodeEntities()
3820 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF, in xmlParseEntityValue()