Searched refs:luaD_rawrunprotected (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | ldo.h | 44 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
| H A D | ldo.c | 194 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function 618 status = luaD_rawrunprotected(L, resume_cb, L->top - nargs); in lua_resume() 624 status = luaD_rawrunprotected(L, unroll, NULL); /* run continuation */ in lua_resume() 678 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
|
| H A D | lstate.c | 306 if (luaD_rawrunprotected(L, f_luaopen, NULL) != LUA_OK) { in lua_newstate()
|
| H A D | lapi.c | 100 res = (luaD_rawrunprotected(L, &growstack, &size) == LUA_OK); in lua_checkstack()
|
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ldo.h | 52 LUAI_FUNC int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud);
|
| H A D | lstate.c | 182 if (luaD_rawrunprotected(L, f_luaopen, NULL) != 0) { in lua_newstate() 209 } while (luaD_rawrunprotected(L, callallgcTM, NULL) != 0); in lua_close()
|
| H A D | ldo.c | 111 int luaD_rawrunprotected (lua_State *L, Pfunc f, void *ud) { in luaD_rawrunprotected() function 428 status = luaD_rawrunprotected(L, resume, L->top - nargs); in lua_resume() 464 status = luaD_rawrunprotected(L, func, u); in luaD_pcall()
|