Searched refs:clusterNodeGetSlotBit (Results 1 – 1 of 1) sorted by relevance
58 int clusterNodeGetSlotBit(clusterNode *n, int slot);2678 if (clusterNodeGetSlotBit(oldmaster,j)) { in clusterFailoverReplaceYourMaster()3410 int clusterNodeGetSlotBit(clusterNode *n, int slot) { in clusterNodeGetSlotBit() function3443 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()