Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dlstate.c101 return LUAI_MAXCCALLS; /* warning?? */ in lua_setcstacklimit()
166 if (getCcalls(L) == LUAI_MAXCCALLS) in luaE_checkcstack()
168 else if (getCcalls(L) >= (LUAI_MAXCCALLS / 10 * 11)) in luaE_checkcstack()
175 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) in luaE_incCstack()
A Dllimits.h227 #if !defined(LUAI_MAXCCALLS)
228 #define LUAI_MAXCCALLS 200 macro
A Dldo.c573 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) in ccall()

Completed in 6 milliseconds