Home
last modified time | relevance | path

Searched refs:luaL_checkstack (Results 1 – 10 of 10) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlauxlib.h61 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
H A Dltablib.c258 luaL_checkstack(L, 40, ""); /* assume array is smaller than 2^40 */ in sort()
H A Dlua_struct.c306 luaL_checkstack(L, 1, "too many results"); in b_unpack()
H A Dlua.c122 luaL_checkstack(L, narg + 3, "too many arguments to script"); in getargs()
H A Dlstrlib.c118 luaL_checkstack(L, n, "string slice too long"); in str_byte()
488 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()
H A Dliolib.c344 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
H A Dlbaselib.c299 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
H A Dlauxlib.c140 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *mes) { in luaL_checkstack() function
H A Dlua_cmsgpack.c580 luaL_checkstack(L, 1, in mp_decode_to_lua_type()
H A Dlua_cjson.c1304 luaL_checkstack(l, nup, "too many upvalues"); in luaL_setfuncs()