Searched refs:lua_checkstack (Results 1 – 13 of 13) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lcorolib.c | 20 if (!lua_checkstack(co, narg)) { in auxresume() 32 if (!lua_checkstack(L, nres + 1)) { in auxresume()
|
| H A D | ltablib.c | 143 if (n > (INT_MAX - 10) || !lua_checkstack(L, ++n)) in unpack()
|
| H A D | lapi.c | 89 LUA_API int lua_checkstack (lua_State *L, int size) { in lua_checkstack() function 1308 EXPORT_SYMBOL(lua_checkstack);
|
| H A D | lauxlib.c | 296 if (!lua_checkstack(L, space + extra)) { in luaL_checkstack()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lbaselib.c | 349 if (n <= 0 || !lua_checkstack(L, n)) /* n <= 0 means arith. overflow */ in luaB_unpack() 520 if (!lua_checkstack(co, narg)) in auxresume() 531 if (!lua_checkstack(L, nres + 1)) in auxresume()
|
| H A D | luac.c | 165 if (!lua_checkstack(L,argc)) fatal("too many input files"); in pmain()
|
| H A D | lua.h | 126 LUA_API int (lua_checkstack) (lua_State *L, int sz); variable
|
| H A D | lua_cjson.c | 549 if (current_depth <= cfg->encode_max_depth && lua_checkstack(l, 3)) in json_check_encode_depth() 1126 lua_checkstack(l, slots)) { in json_decode_descend()
|
| H A D | lauxlib.c | 141 if (!lua_checkstack(L, space)) in luaL_checkstack()
|
| H A D | lua_cmsgpack.c | 520 if (!lua_checkstack(L, nargs)) in mp_pack()
|
| H A D | lapi.c | 95 LUA_API int lua_checkstack (lua_State *L, int size) { in lua_checkstack() function
|
| /f-stack/freebsd/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 152 LUA_API int (lua_checkstack) (lua_State *L, int sz); variable
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 375 if (!lua_checkstack(state, 3)) { in zcp_lua_to_nvlist_impl()
|