Home
last modified time | relevance | path

Searched refs:lua_gethookmask (Results 1 – 3 of 3) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlua.h342 LUA_API int lua_gethookmask (lua_State *L);
H A Dldblib.c286 int mask = lua_gethookmask(L1); in db_gethook()
H A Dldebug.c74 LUA_API int lua_gethookmask (lua_State *L) { in lua_gethookmask() function