Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
DparserInternals.h480 #define XML_SUBSTITUTE_PEREF 2 macro
/external/libxml2/
Dparser.c2579 } else if (c == '%' && (what & XML_SUBSTITUTE_PEREF)) { in xmlStringLenDecodeEntities()
3576 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF, in xmlParseEntityValue()