/third_party/nghttp2/lib/ |
H A D | nghttp2_option.c | 25 #include "nghttp2_option.h" 29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() 30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new() 39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() 41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() 46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams() 52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() 57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging() 62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams() 72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *optio [all...] |
H A D | nghttp2_option.h | 80 struct nghttp2_option { struct
|
H A D | nghttp2_session.c | 36 #include "nghttp2_option.h" 437 const nghttp2_option *option, nghttp2_mem *mem) { in session_new() 672 void *user_data, const nghttp2_option *option) { in nghttp2_session_client_new2() 679 void *user_data, const nghttp2_option *option, in nghttp2_session_client_new3() 706 void *user_data, const nghttp2_option *option) { in nghttp2_session_server_new2() 713 void *user_data, const nghttp2_option *option, in nghttp2_session_server_new3()
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_option.c | 25 #include "nghttp2_option.h" 29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() 30 *option_ptr = calloc(1, sizeof(nghttp2_option)); in nghttp2_option_new() 39 void nghttp2_option_del(nghttp2_option *option) { free(option); } in nghttp2_option_del() 41 void nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val) { in nghttp2_option_set_no_auto_window_update() 46 void nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, in nghttp2_option_set_peer_max_concurrent_streams() 52 void nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val) { in nghttp2_option_set_no_recv_client_magic() 57 void nghttp2_option_set_no_http_messaging(nghttp2_option *option, int val) { in nghttp2_option_set_no_http_messaging() 62 void nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *option, in nghttp2_option_set_max_reserved_remote_streams() 72 void nghttp2_option_set_user_recv_extension_type(nghttp2_option *optio [all...] |
H A D | nghttp2_option.h | 79 struct nghttp2_option { struct
|
H A D | nghttp2_session.c | 36 #include "nghttp2_option.h" 437 const nghttp2_option *option, nghttp2_mem *mem) { in session_new() 667 void *user_data, const nghttp2_option *option) { in nghttp2_session_client_new2() 674 void *user_data, const nghttp2_option *option, in nghttp2_session_client_new3() 701 void *user_data, const nghttp2_option *option) { in nghttp2_session_server_new2() 708 void *user_data, const nghttp2_option *option, in nghttp2_session_server_new3()
|
/third_party/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 2495 struct nghttp2_option; 2503 typedef struct nghttp2_option nghttp2_option; typedef 2519 NGHTTP2_EXTERN int nghttp2_option_new(nghttp2_option **option_ptr); 2527 NGHTTP2_EXTERN void nghttp2_option_del(nghttp2_option *option); 2540 nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val); 2558 nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, 2581 nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val); 2596 NGHTTP2_EXTERN void nghttp2_option_set_no_http_messaging(nghttp2_option *option, 2615 nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *optio [all...] |
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
H A D | nghttp2.h | 2490 struct nghttp2_option; 2498 typedef struct nghttp2_option nghttp2_option; typedef 2514 NGHTTP2_EXTERN int nghttp2_option_new(nghttp2_option **option_ptr); 2522 NGHTTP2_EXTERN void nghttp2_option_del(nghttp2_option *option); 2535 nghttp2_option_set_no_auto_window_update(nghttp2_option *option, int val); 2553 nghttp2_option_set_peer_max_concurrent_streams(nghttp2_option *option, 2576 nghttp2_option_set_no_recv_client_magic(nghttp2_option *option, int val); 2591 NGHTTP2_EXTERN void nghttp2_option_set_no_http_messaging(nghttp2_option *option, 2610 nghttp2_option_set_max_reserved_remote_streams(nghttp2_option *optio [all...] |
/third_party/nghttp2/src/ |
H A D | nghttp.h | 74 nghttp2_option *http2_option;
|
H A D | h2load_http2_session.cc | 202 nghttp2_option *opt; in on_connect()
|
H A D | shrpx_config.h | 900 nghttp2_option *option; 901 nghttp2_option *alt_mode_option; 915 nghttp2_option *option;
|
H A D | HttpServer.cc | 307 const nghttp2_option *get_option() const { return option_; } in get_option() 433 nghttp2_option *option_;
|
/third_party/node/src/ |
H A D | node_http2.h | 106 std::unique_ptr<nghttp2_option, 107 Nghttp2Deleter<nghttp2_option, nghttp2_option_del>>; 183 // a Http2Session object and convert those into an appropriate nghttp2_option 193 nghttp2_option* operator*() const { in operator *()
|
H A D | node_http2.cc | 105 nghttp2_option* option; in Http2Options()
|
/third_party/nghttp2/tests/ |
H A D | nghttp2_session_test.c | 1091 nghttp2_option *option; in test_nghttp2_session_recv_data_no_auto_flow_control() 2347 nghttp2_option *option; in test_nghttp2_session_recv_extension() 2427 nghttp2_option *option; in test_nghttp2_session_recv_altsvc() 2635 nghttp2_option *option; in test_nghttp2_session_recv_origin() 2782 nghttp2_option *option; in test_nghttp2_session_recv_priority_update() 3690 nghttp2_option *option; in test_nghttp2_session_on_settings_received() 4246 nghttp2_option *option; in test_nghttp2_session_on_ping_received() 4544 nghttp2_option *option; in test_nghttp2_session_on_altsvc_received() 5986 nghttp2_option *opt; in test_nghttp2_submit_headers_continuation_extra_large() 6195 nghttp2_option *optio in test_nghttp2_submit_settings_update_local_window_size() [all...] |
/third_party/curl/lib/ |
H A D | cf-h2-proxy.c | 275 nghttp2_option *o; in proxy_h2_client_new()
|
H A D | http2.c | 338 nghttp2_option *o; in h2_client_new()
|