Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dcluster.h199 union clusterMsgData { union
245 union clusterMsgData data;
248 #define CLUSTERMSG_MIN_LEN (sizeof(clusterMsg)-sizeof(union clusterMsgData))
H A Dcluster.c1569 explen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterProcessPacket()
1573 uint32_t explen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterProcessPacket()
1578 uint32_t explen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterProcessPacket()
2163 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterBuildMessageHdr()
2166 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterBuildMessageHdr()
2220 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendPing()
2285 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendPing()
2345 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendPublish()
2434 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterRequestFailoverAuth()
2447 totlen = sizeof(clusterMsg)-sizeof(union clusterMsgData); in clusterSendFailoverAuth()
[all …]