Searched defs:PortStr (Results 1 – 3 of 3) sorted by relevance
63 int openListener(std::string Host, std::string PortStr) { in openListener()146 StringRef Host, PortStr; in main() local
152 std::string PortStr) { in connectTCPSocketImpl()199 StringRef Host, PortStr; in connectTCPSocket() local
799 static Expected<int> connectTCPSocket(std::string Host, std::string PortStr) { in connectTCPSocket()