Searched refs:nghttp2_option_set_no_auto_window_update (Results 1 - 9 of 9) sorted by relevance
/third_party/nghttp2/lib/ |
H A D | nghttp2_option.c | 41 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 D | nghttp2_option.c | 41 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 D | nghttp2.h | 2540 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 D | nghttp2.h | 2535 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 D | shrpx.cc | 2035 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 D | cf-h2-proxy.c | 281 nghttp2_option_set_no_auto_window_update(o, 1); in proxy_h2_client_new()
|
H A D | http2.c | 344 nghttp2_option_set_no_auto_window_update(o, 1); in h2_client_new()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 1105 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 D | node_http2.cc | 120 nghttp2_option_set_no_auto_window_update(option, 1); in Http2Options()
|
Completed in 41 milliseconds