Home
last modified time | relevance | path

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

/dports/databases/redis6/redis-6.0.16/src/
H A Dcluster.h196 } clusterMsgDataGossip; typedef
225 clusterMsgDataGossip gossip[1];
H A Dcluster.c1420 clusterMsgDataGossip *g = (clusterMsgDataGossip*) hdr->data.ping.gossip; in clusterProcessGossipSection()
1754 explen += (sizeof(clusterMsgDataGossip)*count); in clusterProcessPacket()
2486 clusterMsgDataGossip *gossip; in clusterSetGossipEntry()
2550 totlen += (sizeof(clusterMsgDataGossip)*(wanted+pfail_wanted)); in clusterSendPing()
2621 totlen += (sizeof(clusterMsgDataGossip)*gossipcount); in clusterSendPing()
/dports/databases/redis5/redis-5.0.14/src/
H A Dcluster.h198 } clusterMsgDataGossip; typedef
227 clusterMsgDataGossip gossip[1];
H A Dcluster.c1364 clusterMsgDataGossip *g = (clusterMsgDataGossip*) hdr->data.ping.gossip; in clusterProcessGossipSection()
1698 explen += (sizeof(clusterMsgDataGossip)*count); in clusterProcessPacket()
2376 clusterMsgDataGossip *gossip; in clusterSetGossipEntry()
2440 totlen += (sizeof(clusterMsgDataGossip)*(wanted+pfail_wanted)); in clusterSendPing()
2511 totlen += (sizeof(clusterMsgDataGossip)*gossipcount); in clusterSendPing()
/dports/databases/redis-devel/redis-0e5b813/src/
H A Dcluster.h217 } clusterMsgDataGossip; typedef
246 clusterMsgDataGossip gossip[1];
H A Dcluster.c1514 clusterMsgDataGossip *g = (clusterMsgDataGossip*) hdr->data.ping.gossip; in clusterProcessGossipSection()
1864 explen += (sizeof(clusterMsgDataGossip)*count); in clusterProcessPacket()
2603 clusterMsgDataGossip *gossip; in clusterSetGossipEntry()
2668 totlen += (sizeof(clusterMsgDataGossip)*(wanted+pfail_wanted)); in clusterSendPing()
2739 totlen += (sizeof(clusterMsgDataGossip)*gossipcount); in clusterSendPing()
/dports/editors/helix/helix-0.5.0/helix-syntax/languages/tree-sitter-c/examples/
H A Dcluster.c1318 clusterMsgDataGossip *g = (clusterMsgDataGossip*) hdr->data.ping.gossip; in clusterProcessGossipSection()
1635 explen += (sizeof(clusterMsgDataGossip)*count); in clusterProcessPacket()
2279 clusterMsgDataGossip *gossip; in clusterSetGossipEntry()
2343 totlen += (sizeof(clusterMsgDataGossip)*(wanted+pfail_wanted)); in clusterSendPing()
2414 totlen += (sizeof(clusterMsgDataGossip)*gossipcount); in clusterSendPing()