Searched refs:slave_ip (Results 1 – 4 of 4) sorted by relevance
59 if (c->slave_ip[0] != '\0' || in replicationGetSlaveName()63 if (c->slave_ip[0] != '\0') memcpy(ip,c->slave_ip,sizeof(c->slave_ip)); in replicationGetSlaveName()799 if (sdslen(ip) < sizeof(c->slave_ip)) { in replconfCommand()800 memcpy(c->slave_ip,ip,sdslen(ip)+1); in replconfCommand()2092 char ip[NET_IP_STR_LEN], *slaveip = slave->slave_ip; in roleCommand()
135 c->slave_ip[0] = '\0'; in createClient()
757 char slave_ip[NET_IP_STR_LEN]; /* Optionally given by REPLCONF ip-address */ member
3568 char ip[NET_IP_STR_LEN], *slaveip = slave->slave_ip; in genRedisInfoString()