Searched refs:strServer (Results 1 – 2 of 2) sorted by relevance
98 bool CTCPClient::Connect(const std::string& strServer, const std::string& strPort) in Connect() argument117 …int iResult = getaddrinfo(strServer.c_str(), strPort.c_str(), &m_HintsAddrInfo, &m_pResultAddrInfo… in Connect()224 …int iAddrInfoRet = getaddrinfo(strServer.c_str(), strPort.c_str(), &m_HintsAddrInfo, &m_pResultAdd… in Connect()
51 … bool Connect(const std::string& strServer, const std::string& strPort); // connect to a TCP server