Home
last modified time | relevance | path

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 DTCPSocket.h19 TCPSocket(bool should_close, bool child_processes_inherit);
20 TCPSocket(NativeSocket socket, bool should_close,
H A DUDPSocket.h17 UDPSocket(bool should_close, bool child_processes_inherit);
/freebsd-13.1/contrib/llvm-project/lldb/source/Host/common/
H A DTCPSocket.cpp60 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 DUDPSocket.cpp36 UDPSocket::UDPSocket(bool should_close, bool child_processes_inherit) in UDPSocket() argument
37 : Socket(ProtocolUdp, should_close, child_processes_inherit) {} in UDPSocket()
H A DSocket.cpp75 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 DDomainSocket.cpp61 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 DDomainSocket.h17 DomainSocket(bool should_close, bool child_processes_inherit);
/freebsd-13.1/sys/contrib/openzfs/cmd/zfs/
H A Dzfs_iter.c96 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 DSocket.h114 Socket(SocketProtocol protocol, bool should_close,
/freebsd-13.1/contrib/llvm-project/lldb/source/Core/
H A DDebugger.cpp1228 const bool should_close = true; in EnableLog() local
1239 GetOutputFile().GetDescriptor(), !should_close, unbuffered); in EnableLog()
1260 (*file)->GetDescriptor(), should_close, unbuffered); in EnableLog()