Searched refs:clusterLookupNode (Results 1 – 2 of 2) sorted by relevance
59 clusterNode *clusterLookupNode(const char *name);162 n = clusterLookupNode(argv[0]); in clusterLoadConfig()218 master = clusterLookupNode(argv[3]); in clusterLoadConfig()251 cn = clusterLookupNode(p); in clusterLoadConfig()935 clusterNode *clusterLookupNode(const char *name) { in clusterLookupNode() function1360 node = clusterLookupNode(g->nodename); in clusterProcessGossipSection()1701 sender = clusterLookupNode(hdr->sender); in clusterProcessPacket()2634 node = clusterLookupNode(target); in clusterSendModuleMessageToTarget()4560 clusterNode *n = clusterLookupNode(c->argv[2]->ptr); in clusterCommand()4579 clusterNode *n = clusterLookupNode(c->argv[2]->ptr); in clusterCommand()[all …]
4207 clusterNode *clusterLookupNode(const char *name); /* We need access to internals */4212 clusterNode *node = clusterLookupNode(id); in RM_GetClusterNodeInfo()