Home
last modified time | relevance | path

Searched refs:lua_Hook (Results 1 – 9 of 9) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlua.h330 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); typedef
340 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count);
341 LUA_API lua_Hook lua_gethook (lua_State *L);
H A Dldblib.c260 lua_Hook func; in db_sethook()
287 lua_Hook hook = lua_gethook(L1); in db_gethook()
H A Dlstate.h120 lua_Hook hook;
H A Dldebug.c56 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook()
69 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook()
H A Dldo.c182 lua_Hook hook = L->hook; in luaD_callhook()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h379 typedef void (*lua_Hook) (lua_State *L, lua_Debug *ar); typedef
393 LUA_API int (lua_sethook) (lua_State *L, lua_Hook func, int mask, int count);
394 LUA_API lua_Hook (lua_gethook) (lua_State *L);
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlstate.h172 lua_Hook hook;
H A Dldebug.c59 LUA_API int lua_sethook (lua_State *L, lua_Hook func, int mask, int count) { in lua_sethook()
74 LUA_API lua_Hook lua_gethook (lua_State *L) { in lua_gethook()
H A Dldo.c288 lua_Hook hook = L->hook; in luaD_hook()