Searched refs:get_mcpool (Results 1 - 10 of 10) sorted by relevance
/third_party/nghttp2/src/ |
H A D | shrpx_client_handler.h | 117 MemchunkPool *get_mcpool();
|
H A D | shrpx_live_check.cc | 105 : conn_(loop, -1, nullptr, worker->get_mcpool(), in LiveCheck() 110 wb_(worker->get_mcpool()),
|
H A D | shrpx_client_handler.cc | 444 rb_(worker->get_mcpool()), in ClientHandler() 445 conn_(worker->get_loop(), fd, ssl, worker->get_mcpool(), in ClientHandler() 1156 MemchunkPool *ClientHandler::get_mcpool() { return worker_->get_mcpool(); } in get_mcpool() function in shrpx::ClientHandler
|
H A D | shrpx_worker.h | 350 MemchunkPool *get_mcpool();
|
H A D | shrpx_worker.cc | 74 auto mcpool = worker->get_mcpool(); in mcpool_clear_cb() 76 worker->get_mcpool()->clear(); in mcpool_clear_cb() 621 MemchunkPool *Worker::get_mcpool() { return &mcpool_; } in get_mcpool() function in shrpx::Worker
|
H A D | shrpx_http2_upstream.cc | 281 auto downstream = std::make_unique<Downstream>(this, handler_->get_mcpool(), in on_start_request() 717 upstream, handler->get_mcpool(), promised_stream_id); in on_frame_send_callback() 1023 : wb_(handler->get_worker()->get_mcpool()), in Http2Upstream() 2328 std::make_unique<Downstream>(this, handler_->get_mcpool(), 0); in on_downstream_push_promise()
|
H A D | shrpx_https_upstream.cc | 114 std::make_unique<Downstream>(this, handler_->get_mcpool(), 0); in on_start_request() 1056 std::make_unique<Downstream>(this, handler_->get_mcpool(), 1)); in error_reply()
|
H A D | shrpx_http2_session.cc | 187 conn_(loop, -1, nullptr, worker->get_mcpool(), in Http2Session() 192 wb_(worker->get_mcpool()),
|
H A D | shrpx_http_downstream_connection.cc | 207 : conn_(loop, -1, nullptr, worker->get_mcpool(), in HttpDownstreamConnection()
|
H A D | shrpx_http3_upstream.cc | 248 std::make_unique<Downstream>(this, handler_->get_mcpool(), stream_id); in http_begin_request_headers()
|
Completed in 19 milliseconds