Searched refs:LUAI_MAXCCALLS (Results 1 – 3 of 3) sorted by relevance
105 return LUAI_MAXCCALLS; /* warning?? */ in lua_setcstacklimit()170 if (getCcalls(L) == LUAI_MAXCCALLS) in luaE_checkcstack()172 else if (getCcalls(L) >= (LUAI_MAXCCALLS / 10 * 11)) in luaE_checkcstack()179 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) in luaE_incCstack()
260 #if !defined(LUAI_MAXCCALLS)261 #define LUAI_MAXCCALLS 200 macro
635 if (l_unlikely(getCcalls(L) >= LUAI_MAXCCALLS)) { in ccall()848 if (getCcalls(L) >= LUAI_MAXCCALLS) in lua_resume()