Home
last modified time | relevance | path

Searched refs:DecodeHostAndPort (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp160 if (!DecodeHostAndPort(name, host_str, port_str, port, &error)) in Connect()
196 if (!DecodeHostAndPort(name, host_str, port_str, port, &error)) in Listen()
H A DUDPSocket.cpp67 if (!DecodeHostAndPort(name, host_str, port_str, port, &error)) in Connect()
H A DSocket.cpp179 if (!DecodeHostAndPort(host_and_port, host_str, port_str, port, &error)) in TcpListen()
275 bool Socket::DecodeHostAndPort(llvm::StringRef host_and_port, in DecodeHostAndPort() function in Socket
/freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/
H A DAcceptor.cpp101 if (Socket::DecodeHostAndPort(name, host_str, port_str, port, nullptr)) in Create()
/freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/
H A DSocket.h106 static bool DecodeHostAndPort(llvm::StringRef host_and_port,