Searched refs:lua_error (Results 1 – 13 of 13) sorted by relevance
30 lua_error(L); in luaY_parser()47 lua_error(L); in luaU_dump()
239 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 …]
89 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()
163 (lua_pushstring(L, "unlocked references are obsolete"), lua_error(L), 0))
237 LUA_API int (lua_error) (lua_State *L); variable
93 return lua_error(L); in luaL_error()
964 LUA_API int lua_error (lua_State *L) { in lua_error() function
74 return lua_error(L); /* propagate error */ in luaB_auxwrap()
79 return lua_error(L); in luaB_error()
1102 LUA_API int lua_error (lua_State *L) { in lua_error() function1311 EXPORT_SYMBOL(lua_error);
197 return lua_error(L); in luaL_error()
427 (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()
301 LUA_API int (lua_error) (lua_State *L); variable