Searched refs:funcLevel (Results 1 – 2 of 2) sorted by relevance
326 if (tctxt->funcLevel > MAX_FUNC_RECURSION) { in exsltFuncFunctionFunction()333 tctxt->funcLevel++; in exsltFuncFunctionFunction()451 tctxt->funcLevel--; in exsltFuncFunctionFunction()
1777 int funcLevel; /* Needed to catch recursive functions issues */ member