Home
last modified time | relevance | path

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

/external/oss-fuzz/projects/lua/
Dfuzz_lua.c101 static int msghandler (lua_State *L) { in msghandler() function
123 lua_pushcfunction(L, msghandler); /* push message handler */ in docall()
/external/lua/src/
Dlua.c113 static int msghandler (lua_State *L) { in msghandler() function
135 lua_pushcfunction(L, msghandler); /* push message handler */ in docall()