Lines Matching refs:luaPushError
208 void luaPushError(lua_State *lua, char *error) { in luaPushError() function
370 luaPushError(lua,recursion_warning); in luaRedisGenericCommand()
377 luaPushError(lua, in luaRedisGenericCommand()
429 luaPushError(lua, in luaRedisGenericCommand()
460 luaPushError(lua, in luaRedisGenericCommand()
463 luaPushError(lua,"Unknown Redis command called from Lua script"); in luaRedisGenericCommand()
470 luaPushError(lua, "This Redis command is not allowed from scripts"); in luaRedisGenericCommand()
479 luaPushError(lua, in luaRedisGenericCommand()
486 luaPushError(lua, shared.roslaveerr->ptr); in luaRedisGenericCommand()
492 luaPushError(lua, shared.bgsaveerr->ptr); in luaRedisGenericCommand()
505 luaPushError(lua, shared.oomerr->ptr); in luaRedisGenericCommand()
525 luaPushError(lua, in luaRedisGenericCommand()
671 luaPushError(lua, "wrong number or type of arguments"); in luaRedisReturnSingleFieldTable()