Searched refs:lua_checkstack (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dlcorolib.c22 if (!lua_checkstack(co, narg)) {
34 if (!lua_checkstack(L, nres + 1)) {
H A Dltablib.c143 if (n <= 0 || !lua_checkstack(L, n)) /* n <= 0 means arith. overflow */
H A Dlbaselib.c370 if (!lua_checkstack(L, 1)) { /* no space for extra boolean? */
H A Dlua.h152 LUA_API int (lua_checkstack) (lua_State *L, int sz);
H A Dluac.c168 if (!lua_checkstack(L,argc)) fatal("too many input files");
H A Dlauxlib.c336 if (!lua_checkstack(L, space + extra)) {
H A Dlapi.c83 ** to be called by 'lua_checkstack' in protected mode, to grow stack
92 LUA_API int lua_checkstack (lua_State *L, int size) { function
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lsync/source/
H A Dlsyncd.c1089 lua_checkstack( L, lua_gettop( L ) + lua_objlen( L, i ) + 1 );
1113 lua_checkstack( L, lua_gettop( L ) + argc * 3 + 2 );

Completed in 152 milliseconds