Lines Matching refs:master_replid
450 char *master_replid = c->argv[1]->ptr; in masterTryPartialResynchronization() local
466 if (strcasecmp(master_replid, server.replid) && in masterTryPartialResynchronization()
467 (strcasecmp(master_replid, server.replid2) || in masterTryPartialResynchronization()
471 if (master_replid[0] != '?') { in masterTryPartialResynchronization()
472 if (strcasecmp(master_replid, server.replid) && in masterTryPartialResynchronization()
473 strcasecmp(master_replid, server.replid2)) in masterTryPartialResynchronization()
478 master_replid, server.replid, server.replid2); in masterTryPartialResynchronization()
666 char *master_replid = c->argv[1]->ptr; in syncCommand() local
672 if (master_replid[0] != '?') server.stat_sync_partial_err++; in syncCommand()
1085 memcpy(server.master->replid, server.master_replid, in replicationCreateMasterClient()
1086 sizeof(server.master_replid)); in replicationCreateMasterClient()
1512 memset(server.master_replid,0,CONFIG_RUN_ID_SIZE+1); in slaveTryPartialResynchronization()
1514 memcpy(server.master_replid, replid, offset-replid-1); in slaveTryPartialResynchronization()
1515 server.master_replid[CONFIG_RUN_ID_SIZE] = '\0'; in slaveTryPartialResynchronization()
1518 server.master_replid, in slaveTryPartialResynchronization()