Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dldblib.c207 static void hookf (lua_State *L, lua_Debug *ar) { in hookf() function
270 func = hookf; mask = makemask(smask, count); in db_sethook()
288 if (hook != NULL && hook != hookf) /* external hook? */ in db_gethook()