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