Home
last modified time | relevance | path

Searched defs:luaL_error (Results 1 – 2 of 2) sorted by relevance

/redis-3.2.3/deps/lua/src/
H A Dlauxlib.h69 LUALIB_API int (luaL_error) (lua_State *L, const char *fmt, ...); variable
H A Dlauxlib.c86 LUALIB_API int luaL_error (lua_State *L, const char *fmt, ...) { in luaL_error() function