Searched refs:SLAVE_STATE_ONLINE (Results 1 – 4 of 4) sorted by relevance
510 c->replstate = SLAVE_STATE_ONLINE; in masterTryPartialResynchronization()827 if (c->repl_put_online_on_ack && c->replstate == SLAVE_STATE_ONLINE) in replconfCommand()858 slave->replstate = SLAVE_STATE_ONLINE; in putSlaveOnline()973 slave->replstate = SLAVE_STATE_ONLINE; in updateSlavesWaitingBgsave()2099 if (slave->replstate != SLAVE_STATE_ONLINE) continue; in roleCommand()2293 if (slave->replstate == SLAVE_STATE_ONLINE && in refreshGoodSlavesCount()2428 if (slave->replstate != SLAVE_STATE_ONLINE) continue; in replicationCountAcksByOffset()2653 if (slave->replstate != SLAVE_STATE_ONLINE) continue; in replicationCron()
177 (c->replstate == SLAVE_STATE_ONLINE && !c->repl_put_online_on_ack))) in clientInstallWriteHandler()2156 slave->replstate == SLAVE_STATE_ONLINE && in flushSlavesOutputBuffers()
3585 case SLAVE_STATE_ONLINE: in genRedisInfoString()3590 if (slave->replstate == SLAVE_STATE_ONLINE) in genRedisInfoString()
314 #define SLAVE_STATE_ONLINE 9 /* RDB file transmitted, sending just updates. */ macro