Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/lua/etc/
H A Dnoparser.c30 lua_error(L); in luaY_parser()
47 lua_error(L); in luaU_dump()
/f-stack/app/redis-5.0.5/src/
H A Dscripting.c239 return lua_error(lua); in luaRaiseError()
676 return lua_error(lua); in luaRedisSha1hexCommand()
777 return lua_error(lua); in luaRedisSetReplCommand()
780 return lua_error(lua); in luaRedisSetReplCommand()
786 return lua_error(lua); in luaRedisSetReplCommand()
800 return lua_error(lua); in luaLogCommand()
803 return lua_error(lua); in luaLogCommand()
808 return lua_error(lua); in luaLogCommand()
1256 lua_error(lua); in luaMaskCountHook()
2370 lua_error(lua); in ldbRepl()
[all …]
/f-stack/app/redis-5.0.5/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
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlcorolib.c74 return lua_error(L); /* propagate error */ in luaB_auxwrap()
H A Dlbaselib.c79 return lua_error(L); in luaB_error()
H A Dlapi.c1102 LUA_API int lua_error (lua_State *L) { in lua_error() function
1311 EXPORT_SYMBOL(lua_error);
H A Dlauxlib.c197 return lua_error(L); in luaL_error()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c427 (void) lua_error(state); in zcp_lua_to_nvlist()
786 (void) lua_error(state); in zcp_lua_counthook()
799 (void) lua_error(state); in zcp_lua_counthook()
/f-stack/freebsd/contrib/openzfs/include/sys/lua/
H A Dlua.h301 LUA_API int (lua_error) (lua_State *L); variable