Home
last modified time | relevance | path

Searched defs:should_close (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DDomainSocket.cpp58 DomainSocket::DomainSocket(bool should_close) in DomainSocket()
61 DomainSocket::DomainSocket(NativeSocket socket, bool should_close) in DomainSocket()
76 bool should_close) in DomainSocket()
223 DomainSocket::FromBoundNativeSocket(NativeSocket sockfd, bool should_close) { in FromBoundNativeSocket()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp41 TCPSocket::TCPSocket(bool should_close) : Socket(ProtocolTcp, should_close) {} in TCPSocket()
48 TCPSocket::TCPSocket(NativeSocket socket, bool should_close) in TCPSocket()
H A DUDPSocket.cpp35 UDPSocket::UDPSocket(bool should_close) : Socket(ProtocolUdp, should_close) {} in UDPSocket()
H A DSocket.cpp170 Socket::Socket(SocketProtocol protocol, bool should_close) in Socket()
204 const bool should_close = true; in Create() local
/freebsd/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c95 boolean_t should_close = B_TRUE; in zfs_callback() local
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DLog.cpp392 StreamLogHandler::StreamLogHandler(int fd, bool should_close, in StreamLogHandler()
/freebsd/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1789 CreateLogHandler(LogHandlerKind log_handler_kind, int fd, bool should_close, in CreateLogHandler()