Searched refs:nMaxCallLevel (Results 1 – 1 of 1) sorted by relevance
1035 static sal_uInt16 nMaxCallLevel = 0; in Run() local1099 if( nMaxCallLevel == 0 ) in Run()1109 nMaxCallLevel = rl.rlim_cur / 900; in Run()1113 nMaxCallLevel = rl.rlim_cur / 1650; in Run()1115 nMaxCallLevel = 5800; in Run()1117 nMaxCallLevel = MAXRECURSION; in Run()1123 if( ++pINST->nCallLvl <= nMaxCallLevel ) in Run()
Completed in 33 milliseconds