Lines Matching refs:luaPushError
208 void luaPushError(lua_State *lua, char *error) { in luaPushError() function
377 luaPushError(lua,recursion_warning); in luaRedisGenericCommand()
384 luaPushError(lua, in luaRedisGenericCommand()
436 luaPushError(lua, in luaRedisGenericCommand()
473 luaPushError(lua, in luaRedisGenericCommand()
476 luaPushError(lua,"Unknown Redis command called from Lua script"); in luaRedisGenericCommand()
483 luaPushError(lua, "This Redis command is not allowed from scripts"); in luaRedisGenericCommand()
493 luaPushError(lua, in luaRedisGenericCommand()
500 luaPushError(lua, shared.roslaveerr->ptr); in luaRedisGenericCommand()
504 luaPushError(lua, shared.bgsaveerr->ptr); in luaRedisGenericCommand()
509 luaPushError(lua, aof_write_err); in luaRedisGenericCommand()
527 luaPushError(lua, shared.oomerr->ptr); in luaRedisGenericCommand()
547 luaPushError(lua, in luaRedisGenericCommand()
694 luaPushError(lua, "wrong number or type of arguments"); in luaRedisReturnSingleFieldTable()