Searched refs:luaD_pcall (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | ldo.h | 44 LUAI_FUNC int luaD_pcall (lua_State *L, Pfunc func, void *u,
|
| H A D | ldo.c | 456 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 D | lapi.c | 821 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()
|