Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxml/src/include/libxml/
DparserInternals.h480 #define XML_SUBSTITUTE_PEREF 2 macro
/external/libxml2/include/libxml/
DparserInternals.h513 #define XML_SUBSTITUTE_PEREF 2 macro
/external/chromium_org/third_party/libxml/src/
Dparser.c2606 } else if (c == '%' && (what & XML_SUBSTITUTE_PEREF)) { in xmlStringLenDecodeEntities()
3642 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF, in xmlParseEntityValue()
/external/libxml2/
Dparser.c2784 } else if (c == '%' && (what & XML_SUBSTITUTE_PEREF)) { in xmlStringLenDecodeEntities()
3888 ret = xmlStringDecodeEntities(ctxt, buf, XML_SUBSTITUTE_PEREF, in xmlParseEntityValue()