Lines Matching refs:iterator
168 ChannelMap::iterator it = _openChannels.begin();
175 ChannelMap::iterator it = _openChannels.find(s);
210 ChannelMap::iterator it = _openChannels.begin();
222 PortMap::iterator it = _openPorts.begin();
228 PortForwardRequestList::iterator it2 = it->second.begin();
279 PortMap::iterator it = _openPorts.find(port);
283 PortForwardRequestList::iterator it2 = it->second.begin();
421 PortMap::iterator it = _openPorts.find(port);
423 PortForwardRequestList::iterator it2 = it->second.begin();
497 PortMap::iterator it = _openPorts.begin();
513 ChannelMap::iterator it = _openChannels.begin();
563 PortMap::iterator it = _openPorts.begin();
673 ChannelMap::iterator it = _openChannels.begin();
705 PortMap::iterator it = _openPorts.find(p->GetPort());
711 PortForwardRequestList::iterator it2 = it->second.begin();
936 ChannelMap::iterator it = _openChannels.find(chOpenSuccMsg->RecipientChannel);
986 ChannelMap::iterator it = _openChannels.find(channelWindowMessage->RecipientChannel);
1068 listenPortSet::iterator lpi;
1158 PortMap::iterator it = _openPorts.find(tcpFwdCnclMsg->Port);
1166 PortForwardRequestList::iterator it2 = it->second.begin();
1293 ChannelMap::iterator it = _openChannels.find(chFailMsg->RecipientChannel);
1310 ChannelMap::iterator it = _openChannels.find(chClMsg->RecipientChannel);
1343 ChannelMap::iterator it = _openChannels.find(chDMsg->RecipientChannel);
1435 std::list<std::string>::iterator remIt;
1436 std::list<std::string>::iterator startIt = _AMTDNSSuffixes.begin();
1437 std::list<std::string>::iterator endIt = _AMTDNSSuffixes.end();
1457 for (PortMap::iterator it = _openPorts.begin(); it != _openPorts.end(); it++) {
1458 for (PortForwardRequestList::iterator it2 = it->second.begin();