Home
last modified time | relevance | path

Searched refs:luaD_pcall (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dldo.h36 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
H A Dldo.c670 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function
742 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
H A Dlgc.c823 status = luaD_pcall(L, dothecall, NULL, savestack(L, L->top - 2), 0); in GCTM()
H A Dlapi.c946 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcallk()
/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldo.h44 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
H A Dldo.c456 int luaD_pcall (lua_State *L, Pfunc func, void *u, in luaD_pcall() function
514 status = luaD_pcall(L, f_parser, &p, savestack(L, L->top), L->errfunc); in luaD_protectedparser()
H A Dlapi.c821 status = luaD_pcall(L, f_call, &c, savestack(L, c.func), func); in lua_pcall()
856 status = luaD_pcall(L, f_Ccall, &c, savestack(L, L->top), 0); in lua_cpcall()