Home
last modified time | relevance | path

Searched refs:Connection (Results 1 – 25 of 128) sorted by relevance

123456

/openbsd/gnu/llvm/lldb/include/lldb/Utility/
H A DConnection.h41 class Connection {
44 Connection() = default;
48 virtual ~Connection();
178 Connection(const Connection &) = delete;
179 const Connection &operator=(const Connection &) = delete;
/openbsd/gnu/usr.bin/perl/cpan/HTTP-Tiny/corpus/
H A Dcookies-03.txt6 Connection: close
23 Connection: close
41 Connection: close
58 Connection: close
76 Connection: close
H A Dcookies-06.txt6 Connection: close
23 Connection: close
41 Connection: close
H A Dredirect-04.txt12 Connection: close
27 Connection: close
42 Connection: close
H A Dredirect-05.txt10 Connection: close
25 Connection: close
40 Connection: close
H A Dcookies-02.txt6 Connection: close
23 Connection: close
41 Connection: close
H A Dredirect-02.txt12 Connection: close
27 Connection: close
42 Connection: close
H A Dredirect-03.txt12 Connection: close
27 Connection: close
42 Connection: close
H A Dkeepalive-03.txt1 Connection close
9 Connection: close
H A Dredirect-06.txt10 Connection: close
25 Connection: close
H A Dredirect-07.txt10 Connection: close
25 Connection: close
H A Dredirect-01.txt10 Connection: close
25 Connection: close
H A Dredirect-10.txt10 Connection: close
25 Connection: close
H A Dauth-03.txt10 Connection: close
26 Connection: close
H A Dcookies-01.txt6 Connection: close
23 Connection: close
H A Dcookies-05.txt8 Connection: close
25 Connection: close
H A Dcookies-07.txt6 Connection: close
24 Connection: close
H A Dredirect-09.txt12 Connection: close
28 Connection: close
H A Dcookies-04.txt8 Connection: close
26 Connection: close
/openbsd/gnu/llvm/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp55 : Connection(), m_pipe(), m_mutex(), m_shutting_down(false), in ConnectionFileDescriptor()
58 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
69 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ConnectionFileDescriptor()
84 Log *log(GetLog(LLDBLog::Connection | LLDBLog::Object)); in ~ConnectionFileDescriptor()
94 Log *log = GetLog(LLDBLog::Connection); in OpenCommandPipe()
112 Log *log = GetLog(LLDBLog::Connection); in CloseCommandPipe()
134 Log *log = GetLog(LLDBLog::Connection); in Connect()
191 Log *log = GetLog(LLDBLog::Connection); in Disconnect()
252 Log *log = GetLog(LLDBLog::Connection); in Read()
360 Log *log = GetLog(LLDBLog::Connection); in Write()
[all …]
/openbsd/gnu/llvm/lldb/include/lldb/Core/
H A DCommunication.h22 class Connection; variable
87 lldb_private::Connection *GetConnection() { return m_connection_sp.get(); } in GetConnection()
159 virtual void SetConnection(std::unique_ptr<Connection> connection);
/openbsd/gnu/llvm/lldb/source/Utility/
H A DConnection.cpp13 Connection::~Connection() = default;
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() argument
109 std::vector<SmallVector<Connection, 4>> SubtreeConnections;
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/
H A DAdbClient.h51 explicit SyncService(std::unique_ptr<Connection> &&conn);
73 std::unique_ptr<Connection> m_conn;
134 std::unique_ptr<Connection> m_conn;
/openbsd/gnu/llvm/lldb/source/Host/windows/
H A DConnectionGenericFileWindows.cpp94 Log *log = GetLog(LLDBLog::Connection); in Connect()
136 Log *log = GetLog(LLDBLog::Connection); in Disconnect()
247 Log *log = GetLog(LLDBLog::Connection); in Read()
296 Log *log = GetLog(LLDBLog::Connection); in Write()

123456