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

/illumos-gate/usr/src/cmd/lms/
H A DProtocolCompat.cpp106 _openChannels[msg->ConnectionId] = c;
122 ChannelMap::iterator it = _openChannels.find(msg->ConnectionId);
123 if (it != _openChannels.end()) {
125 _openChannels.erase(it);
137 ChannelMap::iterator it = _openChannels.find(msg->ConnectionId);
138 if (it != _openChannels.end()) {
143 _openChannels.erase(it);
H A DProtocol.cpp168 ChannelMap::iterator it = _openChannels.begin();
169 for (; it != _openChannels.end(); it++) {
175 ChannelMap::iterator it = _openChannels.find(s);
176 if (it != _openChannels.end()) {
210 ChannelMap::iterator it = _openChannels.begin();
212 for (; it != _openChannels.end(); it++) {
217 _openChannels.clear();
457 _openChannels[connId] = c;
464 _openChannels[s_new] = c;
513 ChannelMap::iterator it = _openChannels
[all...]
H A DProtocol.h154 ChannelMap _openChannels; member in class:Protocol

Completed in 46 milliseconds