Searched defs:should_close (Results 1 – 7 of 7) sorted by relevance
| /freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 58 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 D | TCPSocket.cpp | 41 TCPSocket::TCPSocket(bool should_close) : Socket(ProtocolTcp, should_close) {} in TCPSocket() 48 TCPSocket::TCPSocket(NativeSocket socket, bool should_close) in TCPSocket()
|
| H A D | UDPSocket.cpp | 35 UDPSocket::UDPSocket(bool should_close) : Socket(ProtocolUdp, should_close) {} in UDPSocket()
|
| H A D | Socket.cpp | 170 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 D | zfs_iter.c | 95 boolean_t should_close = B_TRUE; in zfs_callback() local
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Log.cpp | 392 StreamLogHandler::StreamLogHandler(int fd, bool should_close, in StreamLogHandler()
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1789 CreateLogHandler(LogHandlerKind log_handler_kind, int fd, bool should_close, in CreateLogHandler()
|