Home
last modified time | relevance | path

Searched refs:get_max_buffer_size (Results 1 – 2 of 2) sorted by relevance

/third_party/nghttp2/src/
Dshrpx_http2_upstream.h127 size_t get_max_buffer_size() const;
Dshrpx_http2_upstream.cc865 auto max_buffer_size = upstream->get_max_buffer_size(); in send_data_callback()
1444 auto max_buffer_size = upstream->get_max_buffer_size(); in downstream_data_read_callback()
2366 size_t Http2Upstream::get_max_buffer_size() const { return max_buffer_size_; } in get_max_buffer_size() function in shrpx::Http2Upstream