Home
last modified time | relevance | path

Searched refs:CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK (Results 1 – 7 of 7) sorted by relevance

/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.h95 #define CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK 6 /* Yes, you have my vote */ macro
H A Dcluster.c1770 type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK || in clusterProcessPacket()
2143 } else if (type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK) { in clusterProcessPacket()
2838 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK); in clusterSendFailoverAuth()
4233 case CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK: return "auth-ack"; in clusterGetMessageTypeString()
/dports/databases/redis5/redis-5.0.14/src/
H A Dcluster.h97 #define CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK 6 /* Yes, you have my vote */ macro
H A Dcluster.c1714 type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK || in clusterProcessPacket()
2085 } else if (type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK) { in clusterProcessPacket()
2726 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK); in clusterSendFailoverAuth()
4144 case CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK: return "auth-ack"; in clusterGetMessageTypeString()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcluster.h94 #define CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK 6 /* Yes, you have my vote */ macro
H A Dcluster.c1880 type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK || in clusterProcessPacket()
2256 } else if (type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK) { in clusterProcessPacket()
2962 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK); in clusterSendFailoverAuth()
4414 case CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK: return "auth-ack"; in clusterGetMessageTypeString()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dcluster.c1651 type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK || in clusterProcessPacket()
1997 } else if (type == CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK) { in clusterProcessPacket()
2574 clusterBuildMessageHdr(hdr,CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK); in clusterSendFailoverAuth()
3963 case CLUSTERMSG_TYPE_FAILOVER_AUTH_ACK: return "auth-ack"; in clusterGetMessageTypeString()