Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libexslt/
Dfunctions.c326 if (tctxt->funcLevel > MAX_FUNC_RECURSION) { in exsltFuncFunctionFunction()
333 tctxt->funcLevel++; in exsltFuncFunctionFunction()
451 tctxt->funcLevel--; in exsltFuncFunctionFunction()
/external/chromium_org/third_party/libxslt/libxslt/
DxsltInternals.h1777 int funcLevel; /* Needed to catch recursive functions issues */ member