Searched refs:repl_transfer_lastio (Results 1 – 3 of 3) sorted by relevance
1150 server.repl_transfer_lastio = server.unixtime; in readSyncBulkPayload()1219 server.repl_transfer_lastio = server.unixtime; in readSyncBulkPayload()1388 server.repl_transfer_lastio = server.unixtime; in sendSynchronousCommand()1868 server.repl_transfer_lastio = server.unixtime; in syncWithMaster()1905 server.repl_transfer_lastio = server.unixtime; in connectWithMaster()2547 (time(NULL)-server.repl_transfer_lastio) > server.repl_timeout) in replicationCron()2555 (time(NULL)-server.repl_transfer_lastio) > server.repl_timeout) in replicationCron()
1169 time_t repl_transfer_lastio; /* Unix time of the latest read, for timeout */ member
3530 (int)(server.unixtime-server.repl_transfer_lastio) in genRedisInfoString()