Searched refs:ChannelMap (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp122 ChannelMap::iterator it = _openChannels.find(msg->ConnectionId);
137 ChannelMap::iterator it = _openChannels.find(msg->ConnectionId);
H A DProtocol.h142 typedef std::map<unsigned int, Channel *> ChannelMap; typedef in class:Protocol
154 ChannelMap _openChannels;
H A DProtocol.cpp168 ChannelMap::iterator it = _openChannels.begin();
175 ChannelMap::iterator it = _openChannels.find(s);
210 ChannelMap::iterator it = _openChannels.begin();
513 ChannelMap::iterator it = _openChannels.begin();
673 ChannelMap::iterator it = _openChannels.begin();
936 ChannelMap::iterator it = _openChannels.find(chOpenSuccMsg->RecipientChannel);
986 ChannelMap::iterator it = _openChannels.find(channelWindowMessage->RecipientChannel);
1293 ChannelMap::iterator it = _openChannels.find(chFailMsg->RecipientChannel);
1310 ChannelMap::iterator it = _openChannels.find(chClMsg->RecipientChannel);
1343 ChannelMap
[all...]

Completed in 47 milliseconds