Home
last modified time | relevance | path

Searched refs:get_connection (Results 1 - 9 of 9) sorted by relevance

/third_party/python/Lib/multiprocessing/
H A Dresource_sharer.py38 with _resource_sharer.get_connection(self._id) as conn:
57 with _resource_sharer.get_connection(self._id) as conn:
82 def get_connection(ident): member in _ResourceSharer
/third_party/nghttp2/src/
H A Dshrpx_client_handler.h185 Connection *get_connection();
H A Dshrpx_https_upstream.cc118 auto conn = handler_->get_connection(); in on_start_request()
798 auto conn = handler_->get_connection(); in on_write()
838 auto conn = handler_->get_connection(); in resume_read()
H A Dshrpx_mruby_module_env.cc446 auto conn = handler->get_connection(); in env_get_tls_handshake_finished()
H A Dshrpx_http2_downstream_connection.cc353 auto conn = handler->get_connection(); in push_request_headers()
H A Dshrpx_http3_upstream.cc124 auto conn = handler_->get_connection();
781 handler_->get_connection()->wlimit.stopw(); in on_write()
1934 auto conn = handler_->get_connection(); in signal_write_upstream_addr()
H A Dshrpx_http2_upstream.cc1117 auto conn = handler_->get_connection(); in Http2Upstream()
1190 auto conn = handler_->get_connection(); in on_write()
H A Dshrpx_client_handler.cc1691 Connection *ClientHandler::get_connection() { return &conn_; }; in get_connection() function in shrpx::ClientHandler
H A Dshrpx_http_downstream_connection.cc600 auto conn = handler->get_connection(); in push_request_headers()

Completed in 17 milliseconds