/openbsd/gnu/llvm/lldb/include/lldb/Utility/ |
H A D | Connection.h | 41 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 D | cookies-03.txt | 6 Connection: close 23 Connection: close 41 Connection: close 58 Connection: close 76 Connection: close
|
H A D | cookies-06.txt | 6 Connection: close 23 Connection: close 41 Connection: close
|
H A D | redirect-04.txt | 12 Connection: close 27 Connection: close 42 Connection: close
|
H A D | redirect-05.txt | 10 Connection: close 25 Connection: close 40 Connection: close
|
H A D | cookies-02.txt | 6 Connection: close 23 Connection: close 41 Connection: close
|
H A D | redirect-02.txt | 12 Connection: close 27 Connection: close 42 Connection: close
|
H A D | redirect-03.txt | 12 Connection: close 27 Connection: close 42 Connection: close
|
H A D | keepalive-03.txt | 1 Connection close 9 Connection: close
|
H A D | redirect-06.txt | 10 Connection: close 25 Connection: close
|
H A D | redirect-07.txt | 10 Connection: close 25 Connection: close
|
H A D | redirect-01.txt | 10 Connection: close 25 Connection: close
|
H A D | redirect-10.txt | 10 Connection: close 25 Connection: close
|
H A D | auth-03.txt | 10 Connection: close 26 Connection: close
|
H A D | cookies-01.txt | 6 Connection: close 23 Connection: close
|
H A D | cookies-05.txt | 8 Connection: close 25 Connection: close
|
H A D | cookies-07.txt | 6 Connection: close 24 Connection: close
|
H A D | redirect-09.txt | 12 Connection: close 28 Connection: close
|
H A D | cookies-04.txt | 8 Connection: close 26 Connection: close
|
/openbsd/gnu/llvm/lldb/source/Host/posix/ |
H A D | ConnectionFileDescriptorPosix.cpp | 55 : 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 D | Communication.h | 22 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 D | Connection.cpp | 13 Connection::~Connection() = default;
|
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | ScheduleDFS.h | 92 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 D | AdbClient.h | 51 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 D | ConnectionGenericFileWindows.cpp | 94 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()
|