Lines Matching refs:_openChannels
168 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.begin();
515 for (; it != _openChannels.end(); it++) {
673 ChannelMap::iterator it = _openChannels.begin();
674 for (; it != _openChannels.end(); it++) {
679 if (it != _openChannels.end()) {
680 _openChannels.erase(it);
936 ChannelMap::iterator it = _openChannels.find(chOpenSuccMsg->RecipientChannel);
937 if (it != _openChannels.end()) {
986 ChannelMap::iterator it = _openChannels.find(channelWindowMessage->RecipientChannel);
987 if (it != _openChannels.end()) {
1266 _openChannels[c->GetSenderChannel()] = c;
1293 ChannelMap::iterator it = _openChannels.find(chFailMsg->RecipientChannel);
1294 if (it != _openChannels.end()) {
1296 _openChannels.erase(it);
1310 ChannelMap::iterator it = _openChannels.find(chClMsg->RecipientChannel);
1311 if (it != _openChannels.end()) {
1330 _openChannels.erase(it);
1343 ChannelMap::iterator it = _openChannels.find(chDMsg->RecipientChannel);
1344 if (it == _openChannels.end()) {
1367 _openChannels.erase(it);