Home
last modified time | relevance | path

Searched defs:Connection (Results 1 – 25 of 27) sorted by relevance

12

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/
Dconnection.h80 struct Connection { struct
108 bool IsSame(const Connection *that) { in IsSame() argument
120 void SetAllocateCallback(const MemAllocateCallback &allocate_cb) { allocate_cb_ = allocate_cb; } in SetAllocateCallback()
149 ConnectionPriority priority{ConnectionPriority::kPriorityHigh}; argument
156 ConnectionType type; argument
171 ConnectionState state{kInit}; argument
174 EventLoop *send_event_loop;
175 EventLoop *recv_event_loop;
178 SendMetrics *send_metrics;
181 MessageBase *send_message;
[all …]
Dsocket_operation.h30 class Connection; variable
Dssl_socket_operation.cc31 ssize_t SSLSocketOperation::ReceivePeek(Connection *, char *, uint32_t) { return 0; } in ReceivePeek() argument
Dconnection.cc128 Connection::Connection() in Connection() function in mindspore::distributed::rpc::Connection
/third_party/nghttp2/src/
Dshrpx_connection.h110 struct Connection { struct
179 TLSConnection tls; argument
203 static_assert(std::is_standard_layout<Connection>::value, argument
Dshrpx_connection.cc54 Connection::Connection(struct ev_loop *loop, int fd, SSL *ssl, in Connection() function in shrpx::Connection
/third_party/rust/rust/src/tools/rust-analyzer/lib/lsp-server/src/
Dlib.rs30 pub struct Connection { struct
35 impl Connection { argument
48 pub fn connect<A: ToSocketAddrs>(addr: A) -> io::Result<(Connection, IoThreads)> { in connect()
58 pub fn listen<A: ToSocketAddrs>(addr: A) -> io::Result<(Connection, IoThreads)> { in listen()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DScheduleDFS.h92 struct Connection { struct
96 Connection(unsigned tree, unsigned level): TreeID(tree), Level(level) {} in Connection() function
/third_party/rust/rust/tests/ui/mir/
Dissue-105809.rs15 struct Connection<H> { struct
19 async fn complex_future<H>(conn: &Connection<H>) { in complex_future() argument
/third_party/rust/rust/tests/ui/issues/
Dissue-3052.rs5 type Connection = Box<dyn FnMut(Vec<u8>) + 'static>; typedef
/third_party/rust/rust/tests/ui/async-await/in-trait/
Dimplied-bounds.rs10 type Connection<'a>: Sized where Self: 'a; typedef
/third_party/grpc/test/core/event_engine/fuzzing_event_engine/
Dfuzzing_event_engine.proto30 message Connection { message
/third_party/mesa3d/.gitlab-ci/
Dreport-flakes.py31 class Connection: class
/third_party/rust/rust/src/tools/rust-analyzer/lib/lsp-server/examples/
Dgoto_def.rs77 connection: Connection, in main_loop()
/third_party/grpc/test/core/event_engine/posix/
Dposix_endpoint_test.cc70 struct Connection { struct
71 std::unique_ptr<EventEngine::Endpoint> client_endpoint;
72 std::unique_ptr<EventEngine::Endpoint> server_endpoint;
/third_party/nghttp2/examples/
Dclient.c80 struct Connection { struct
81 SSL *ssl;
82 nghttp2_session *session;
89 int want_io;
/third_party/rust/rust/tests/ui/impl-trait/issues/
Dissue-86800.rs13 struct Connection { struct
/third_party/mesa3d/src/vulkan/overlay-layer/
Dmesa-overlay-control.py17 class Connection: class
/third_party/mesa3d/src/vulkan/screenshot-layer/
Dmesa-screenshot-control.py17 class Connection: class
/third_party/skia/third_party/externals/microhttpd/src/testspdy/
Dtest_notls.c86 struct Connection { struct
87 spdylay_session *session;
94 int want_io;
95 int fd;
Dtest_request_response.c89 struct Connection { struct
90 SSL *ssl;
91 spdylay_session *session;
98 int want_io;
Dtest_new_connection.c107 struct Connection { struct
108 SSL *ssl;
109 spdylay_session *session;
116 int want_io;
/third_party/python/Lib/multiprocessing/dummy/
Dconnection.py51 class Connection(object): class
/third_party/curl/lib/vquic/
Dcurl_msh3.c252 static void MSH3_CALL msh3_conn_connected(MSH3_CONNECTION *Connection, in msh3_conn_connected()
266 static void MSH3_CALL msh3_conn_shutdown_complete(MSH3_CONNECTION *Connection, in msh3_conn_shutdown_complete()
279 static void MSH3_CALL msh3_conn_new_request(MSH3_CONNECTION *Connection, in msh3_conn_new_request()
/third_party/python/Lib/test/test_sqlite3/
Dtest_regression.py226 class Connection(sqlite.Connection): class

12