Home
last modified time | relevance | path

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

/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.h10 #define CLUSTER_FAIL 1 /* The cluster can't work */ macro
H A Dcluster.c460 server.cluster->state = CLUSTER_FAIL; in clusterInit()
3717 if (update_state || server.cluster->state == CLUSTER_FAIL) in clusterCron()
3907 server.cluster->state == CLUSTER_FAIL && in clusterUpdateState()
3920 new_state = CLUSTER_FAIL; in clusterUpdateState()
3955 new_state = CLUSTER_FAIL; in clusterUpdateState()
5860 if (server.cluster->state == CLUSTER_FAIL) { in clusterRedirectBlockedClientIfNeeded()
/dports/databases/redis5/redis-5.0.14/src/
H A Dcluster.h10 #define CLUSTER_FAIL 1 /* The cluster can't work */ macro
H A Dcluster.c457 server.cluster->state = CLUSTER_FAIL; in clusterInit()
3632 if (update_state || server.cluster->state == CLUSTER_FAIL) in clusterCron()
3822 server.cluster->state == CLUSTER_FAIL && in clusterUpdateState()
3835 new_state = CLUSTER_FAIL; in clusterUpdateState()
3870 new_state = CLUSTER_FAIL; in clusterUpdateState()
5741 if (server.cluster->state == CLUSTER_FAIL) { in clusterRedirectBlockedClientIfNeeded()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcluster.h10 #define CLUSTER_FAIL 1 /* The cluster can't work */ macro
H A Dcluster.c559 server.cluster->state = CLUSTER_FAIL; in clusterInit()
3834 if (update_state || server.cluster->state == CLUSTER_FAIL) in clusterCron()
4034 server.cluster->state == CLUSTER_FAIL && in clusterUpdateState()
4047 new_state = CLUSTER_FAIL; in clusterUpdateState()
4082 new_state = CLUSTER_FAIL; in clusterUpdateState()
6161 if (server.cluster->state == CLUSTER_FAIL) { in clusterRedirectBlockedClientIfNeeded()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dcluster.c413 server.cluster->state = CLUSTER_FAIL; in clusterInit()
3458 if (update_state || server.cluster->state == CLUSTER_FAIL) in clusterCron()
3646 server.cluster->state == CLUSTER_FAIL && in clusterUpdateState()
3659 new_state = CLUSTER_FAIL; in clusterUpdateState()
3694 new_state = CLUSTER_FAIL; in clusterUpdateState()
5416 if (server.cluster->state == CLUSTER_FAIL) { in clusterRedirectBlockedClientIfNeeded()