Home
last modified time | relevance | path

Searched refs:theMaxStackDepth (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/zorba/zorba-2.7.0/src/runtime/base/
H A Dplan_iterator.cpp41 theMaxStackDepth(aMaxStackDepth), in PlanState()
H A Dplan_iterator.h129 uint32_t theMaxStackDepth; variable
/dports/textproc/zorba/zorba-2.7.0/src/runtime/core/
H A Dfncall_iterator.cpp139 planState.theMaxStackDepth); in open()
336 if (planState.theStackDepth + 1 > planState.theMaxStackDepth) in openImpl()