Searched refs:should_close (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/common/ |
| H A D | TCPSocket.h | 19 TCPSocket(bool should_close, bool child_processes_inherit); 20 TCPSocket(NativeSocket socket, bool should_close,
|
| H A D | UDPSocket.h | 17 UDPSocket(bool should_close, bool child_processes_inherit);
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | TCPSocket.cpp | 60 TCPSocket::TCPSocket(bool should_close, bool child_processes_inherit) in TCPSocket() argument 61 : Socket(ProtocolTcp, should_close, child_processes_inherit) {} in TCPSocket() 69 TCPSocket::TCPSocket(NativeSocket socket, bool should_close, in TCPSocket() argument 71 : Socket(ProtocolTcp, should_close, child_processes_inherit) { in TCPSocket()
|
| H A D | UDPSocket.cpp | 36 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) in UDPSocket() argument 37 : Socket(ProtocolUdp, should_close, child_processes_inherit) {} in UDPSocket()
|
| H A D | Socket.cpp | 75 Socket::Socket(SocketProtocol protocol, bool should_close, in Socket() argument 80 m_should_close_fd(should_close) {} in Socket()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Host/posix/ |
| H A D | DomainSocket.cpp | 61 DomainSocket::DomainSocket(bool should_close, bool child_processes_inherit) in DomainSocket() argument 62 : Socket(ProtocolUnixDomain, should_close, child_processes_inherit) {} in DomainSocket()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
| H A D | DomainSocket.h | 17 DomainSocket(bool should_close, bool child_processes_inherit);
|
| /freebsd-13.1/sys/contrib/openzfs/cmd/zfs/ |
| H A D | zfs_iter.c | 96 boolean_t should_close = B_TRUE; in zfs_callback() local 124 should_close = B_FALSE; in zfs_callback() 165 if (should_close) in zfs_callback()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Host/ |
| H A D | Socket.h | 114 Socket(SocketProtocol protocol, bool should_close,
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Core/ |
| H A D | Debugger.cpp | 1228 const bool should_close = true; in EnableLog() local 1239 GetOutputFile().GetDescriptor(), !should_close, unbuffered); in EnableLog() 1260 (*file)->GetDescriptor(), should_close, unbuffered); in EnableLog()
|