Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/etc/
H A Dnoparser.c30 lua_error(L); in luaY_parser()
47 lua_error(L); in luaU_dump()
/redis-3.2.3/src/
H A Dscripting.c239 return lua_error(lua); in luaRaiseError()
653 return lua_error(lua); in luaRedisSha1hexCommand()
754 return lua_error(lua); in luaRedisSetReplCommand()
757 return lua_error(lua); in luaRedisSetReplCommand()
763 return lua_error(lua); in luaRedisSetReplCommand()
777 return lua_error(lua); in luaLogCommand()
780 return lua_error(lua); in luaLogCommand()
785 return lua_error(lua); in luaLogCommand()
1202 lua_error(lua); in luaMaskCountHook()
2303 lua_error(lua); in ldbRepl()
[all …]
/redis-3.2.3/deps/lua/src/
H A Dlbaselib.c89 return lua_error(L); in luaB_error()
328 if (luaL_loadfile(L, fname) != 0) lua_error(L); in luaB_dofile()
570 lua_error(L); /* propagate error */ in luaB_auxwrap()
H A Dlauxlib.h163 (lua_pushstring(L, "unlocked references are obsolete"), lua_error(L), 0))
H A Dlua.h237 LUA_API int (lua_error) (lua_State *L); variable
H A Dlauxlib.c93 return lua_error(L); in luaL_error()
H A Dlapi.c964 LUA_API int lua_error (lua_State *L) { in lua_error() function