Searched refs:luaL_checkstack (Results 1 – 10 of 10) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lauxlib.h | 61 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
|
| H A D | ltablib.c | 258 luaL_checkstack(L, 40, ""); /* assume array is smaller than 2^40 */ in sort()
|
| H A D | lua_struct.c | 306 luaL_checkstack(L, 1, "too many results"); in b_unpack()
|
| H A D | lua.c | 122 luaL_checkstack(L, narg + 3, "too many arguments to script"); in getargs()
|
| H A D | lstrlib.c | 118 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 D | liolib.c | 344 luaL_checkstack(L, nargs+LUA_MINSTACK, "too many arguments"); in g_read()
|
| H A D | lbaselib.c | 299 luaL_checkstack(L, 2, "too many nested functions"); in generic_reader()
|
| H A D | lauxlib.c | 140 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *mes) { in luaL_checkstack() function
|
| H A D | lua_cmsgpack.c | 580 luaL_checkstack(L, 1, in mp_decode_to_lua_type()
|
| H A D | lua_cjson.c | 1304 luaL_checkstack(l, nup, "too many upvalues"); in luaL_setfuncs()
|