Home
last modified time | relevance | path

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

/third_party/nghttp2/lib/
H A Dnghttp2_option.c41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.c41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() function
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2540 nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val);
3586 * `nghttp2_option_set_no_auto_window_update()`).
4624 * (`nghttp2_option_set_no_auto_window_update()`), and the library
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2535 nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val);
3570 * `nghttp2_option_set_no_auto_window_update()`).
4608 * (`nghttp2_option_set_no_auto_window_update()`), and the library
/third_party/nghttp2/src/
H A Dshrpx.cc2035 nghttp2_option_set_no_auto_window_update(upstreamconf.option, 1); in fill_default_config()
2070 nghttp2_option_set_no_auto_window_update(downstreamconf.option, 1); in fill_default_config()
/third_party/curl/lib/
H A Dcf-h2-proxy.c281 nghttp2_option_set_no_auto_window_update(o, 1); in proxy_h2_client_new()
H A Dhttp2.c344 nghttp2_option_set_no_auto_window_update(o, 1); in h2_client_new()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1105 nghttp2_option_set_no_auto_window_update(option, 1); in test_nghttp2_session_recv_data_no_auto_flow_control()
3909 nghttp2_option_set_no_auto_window_update(option, 1); in test_nghttp2_session_on_settings_received()
6233 nghttp2_option_set_no_auto_window_update(option, 1); in test_nghttp2_submit_settings_update_local_window_size()
7662 nghttp2_option_set_no_auto_window_update(option, 1); in test_nghttp2_session_flow_control_data_with_padding_recv()
8010 /* Test for nghttp2_option_set_no_auto_window_update */ in test_nghttp2_session_set_option()
8012 nghttp2_option_set_no_auto_window_update(option, 1); in test_nghttp2_session_set_option()
/third_party/node/src/
H A Dnode_http2.cc120 nghttp2_option_set_no_auto_window_update(option, 1); in Http2Options()

Completed in 50 milliseconds