Lines Matching refs:lua_caller
362 if (server.lua_multi_emitted || (server.lua_caller->flags & CLIENT_MULTI)) { in luaRedisGenericCommand()
498 !(server.lua_caller->flags & CLIENT_MASTER)) in luaRedisGenericCommand()
539 !(server.lua_caller->flags & CLIENT_MASTER)) in luaRedisGenericCommand()
543 c->flags |= server.lua_caller->flags & (CLIENT_READONLY|CLIENT_ASKING); in luaRedisGenericCommand()
559 !(server.lua_caller->flags & CLIENT_MULTI) && in luaRedisGenericCommand()
563 execCommandPropagateMulti(server.lua_caller); in luaRedisGenericCommand()
923 server.lua_caller = NULL; in scriptingInit()
1250 protectClient(server.lua_caller); in luaMaskCountHook()
1358 server.lua_caller = c; in evalGenericCommand()
1384 server.lua_caller = NULL; in evalGenericCommand()
1522 if (server.lua_caller == NULL) { in scriptCommand()
1524 } else if (server.lua_caller->flags & CLIENT_MASTER) { in scriptCommand()