Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dxslt.h62 XSLTPUBVAR int xsltMaxDepth; variable
Dtransform.c66 int xsltMaxDepth = 3000; variable
2938 if (((ctxt->templNr >= xsltMaxDepth) || in xsltApplyXSLTTemplate()
2939 (ctxt->varsNr >= 5 * xsltMaxDepth))) in xsltApplyXSLTTemplate()
2947 xsltMaxDepth); in xsltApplyXSLTTemplate()