Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dcluster.h222 union clusterMsgData { union
274 union clusterMsgData data;
277 #define CLUSTERMSG_MIN_LEN (sizeof(clusterMsg)-sizeof(union clusterMsgData))
H A Dcluster.c1664 explen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterProcessPacket()
1668 uint32_t explen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterProcessPacket()
2311 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterBuildMessageHdr()
2314 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterBuildMessageHdr()
2399 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendPing()
2470 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendPing()
2530 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendPublish()
2598 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendModule()
2674 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterRequestFailoverAuth()
2687 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendFailoverAuth()
[all …]