Home
last modified time | relevance | path

Searched refs:noescape (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/libxslt/libxslt/
DxsltInternals.h695 int noescape; /* text */ member
846 int noescape; member
1389 int noescape; /* text */ member
Dtransform.h182 int noescape);
Dpreproc.c836 comp->noescape = 0; in xsltTextComp()
843 comp->noescape = 1; in xsltTextComp()
1244 comp->noescape = 1; in xsltValueOfComp()
Dtransform.c714 const xmlChar *string, int noescape) in xsltCopyTextString() argument
758 } else if (noescape) { in xsltCopyTextString()
4441 ctxt->insert, value, comp->noescape); in xsltValueOf()
/external/chromium_org/third_party/apache-win32/
DCHANGES.txt1032 *) mod_rewrite: Preserve the query string when [proxy,noescape]. PR 45247.