Home
last modified time | relevance | path

Searched refs:get_mruby_context (Results 1 – 6 of 6) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_worker.h360 mruby::MRubyContext *get_mruby_context() const;
Dshrpx_http2_upstream.cc432 auto mruby_ctx = worker->get_mruby_context(); in on_request_headers()
776 auto mruby_ctx = worker->get_mruby_context(); in on_frame_send_callback()
1694 auto mruby_ctx = worker->get_mruby_context(); in on_downstream_header_complete()
Dshrpx_https_upstream.cc463 auto mruby_ctx = worker->get_mruby_context(); in htp_hdrs_completecb()
1138 auto mruby_ctx = worker->get_mruby_context(); in on_downstream_header_complete()
Dshrpx_downstream.cc190 auto mruby_ctx = worker->get_mruby_context(); in ~Downstream()
Dshrpx_http3_upstream.cc1292 auto mruby_ctx = worker->get_mruby_context(); in on_downstream_header_complete()
2300 auto mruby_ctx = worker->get_mruby_context(); in http_end_request_headers()
Dshrpx_worker.cc639 mruby::MRubyContext *Worker::get_mruby_context() const { in get_mruby_context() function in shrpx::Worker