Searched refs:master_replid (Results 1 – 2 of 2) sorted by relevance
450 char *master_replid = c->argv[1]->ptr; in masterTryPartialResynchronization() local466 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()666 char *master_replid = c->argv[1]->ptr; in syncCommand() local1085 memcpy(server.master->replid, server.master_replid, in replicationCreateMasterClient()1086 sizeof(server.master_replid)); in replicationCreateMasterClient()1515 server.master_replid[CONFIG_RUN_ID_SIZE] = '\0'; in slaveTryPartialResynchronization()[all …]
1181 char master_replid[CONFIG_RUN_ID_SIZE+1]; /* Master PSYNC runid. */ member