Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua_cmsgpack.c388 luaL_checkstack(L, 1, "in function mp_encode_lua_table_as_array"); in mp_encode_lua_table_as_array()
404 luaL_checkstack(L, 3, "in function mp_encode_lua_table_as_map"); in mp_encode_lua_table_as_map()
527 luaL_checkstack(L, 1, "in function mp_check"); in mp_pack()
556 luaL_checkstack(L, 1, "in function mp_decode_to_lua_array"); in mp_decode_to_lua_array()
587 luaL_checkstack(L, 1, in mp_decode_to_lua_type()
832 luaL_checkstack(L, 1, "in function mp_unpack_full"); in mp_unpack_full()
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.c309 luaL_checkstack(L, 2, "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_cjson.c1304 luaL_checkstack(l, nup, "too many upvalues"); in luaL_setfuncs()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlauxlib.h48 LUALIB_API void (luaL_checkstack) (lua_State *L, int sz, const char *msg); variable
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltablib.c249 luaL_checkstack(L, 40, ""); /* assume array is smaller than 2^40 */ in tsort()
H A Dlauxlib.c293 LUALIB_API void luaL_checkstack (lua_State *L, int space, const char *msg) { in luaL_checkstack() function
706 luaL_checkstack(L, nup, "too many upvalues"); in luaL_setfuncs()
H A Dlstrlib.c155 luaL_checkstack(L, n, "string slice too long"); in str_byte()
569 luaL_checkstack(ms->L, nlevels, "too many captures"); in push_captures()