Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dcluster.c58 int clusterNodeGetSlotBit(clusterNode *n, int slot);
2678 if (clusterNodeGetSlotBit(oldmaster,j)) { in clusterFailoverReplaceYourMaster()
3410 int clusterNodeGetSlotBit(clusterNode *n, int slot) { in clusterNodeGetSlotBit() function
3443 if (clusterNodeGetSlotBit(node,j)) clusterDelSlot(j); in clusterDelNodeSlots()
3727 if ((bit = clusterNodeGetSlotBit(node,j)) != 0) { in clusterGenNodeDescription()
3834 if ((bit = clusterNodeGetSlotBit(node,j)) != 0) { in clusterReplyMultiBulkSlots()