Searched refs:lua_checkstack (Results 1 – 14 of 14) sorted by relevance
| /freebsd-13.1/sys/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()
|
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lcorolib.c | 34 if (!lua_checkstack(co, narg)) { in auxresume() 41 if (!lua_checkstack(L, nres + 1)) { in auxresume()
|
| H A D | ltablib.c | 199 if (n >= (unsigned int)INT_MAX || !lua_checkstack(L, (int)(++n))) in tunpack()
|
| H A D | ldblib.c | 36 if (L != L1 && !lua_checkstack(L1, n)) in checkstack()
|
| H A D | lua.h | 173 LUA_API int (lua_checkstack) (lua_State *L, int n); variable
|
| H A D | luac.c | 176 if (!lua_checkstack(L,argc)) fatal("too many input files"); in pmain()
|
| H A D | lauxlib.c | 381 if (!lua_checkstack(L, space)) { in luaL_checkstack()
|
| H A D | lapi.c | 98 LUA_API int lua_checkstack (lua_State *L, int n) { in lua_checkstack() function
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/lua/ |
| H A D | lua.h | 152 LUA_API int (lua_checkstack) (lua_State *L, int sz); variable
|
| /freebsd-13.1/sys/contrib/openzfs/module/zfs/ |
| H A D | zcp.c | 375 if (!lua_checkstack(state, 3)) { in zcp_lua_to_nvlist_impl()
|
| /freebsd-13.1/lib/clang/liblldb/ |
| H A D | LLDBWrapLua.cpp | 1416 lua_checkstack(L,5); in SWIG_Lua_namespace_register() 1579 lua_checkstack(L,5); in SWIG_Lua_class_do_get_item() 1617 lua_checkstack(L,5); in SWIG_Lua_class_do_get() 1697 lua_checkstack(L,5); in SWIG_Lua_class_do_set() 2156 lua_checkstack(L,5); in SWIG_Lua_resolve_metamethod() 2294 lua_checkstack(L,5); /* just in case */ in SWIG_Lua_class_register_static()
|