Home
last modified time | relevance | path

Searched refs:SocketListenAndAccept (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/include/lldb/Host/posix/
HDConnectionFileDescriptorPosix.h77 lldb::ConnectionStatus SocketListenAndAccept(const char *host_and_port, Error *error_ptr);
/NextBSD/contrib/llvm/tools/lldb/source/Host/posix/
HDConnectionFileDescriptorPosix.cpp157 return SocketListenAndAccept(s + strlen("listen://"), error_ptr); in Connect()
767 ConnectionFileDescriptor::SocketListenAndAccept(const char *s, Error *error_ptr) in SocketListenAndAccept() function in ConnectionFileDescriptor