Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
Dshrpx_worker.h305 mruby::MRubyContext *get_mruby_context() const;
Dshrpx_http2_upstream.cc426 auto mruby_ctx = worker->get_mruby_context(); in on_request_headers()
768 auto mruby_ctx = worker->get_mruby_context(); in on_frame_send_callback()
1684 auto mruby_ctx = worker->get_mruby_context(); in on_downstream_header_complete()
Dshrpx_https_upstream.cc438 auto mruby_ctx = worker->get_mruby_context(); in htp_hdrs_completecb()
1103 auto mruby_ctx = worker->get_mruby_context(); in on_downstream_header_complete()
Dshrpx_worker.cc555 mruby::MRubyContext *Worker::get_mruby_context() const { in get_mruby_context() function in shrpx::Worker
Dshrpx_downstream.cc186 auto mruby_ctx = worker->get_mruby_context(); in ~Downstream()