/third_party/nghttp2/lib/ |
D | nghttp2_option.c | 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 *option, in nghttp2_option_set_user_recv_extension_type() 82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type() [all …]
|
D | Makefile.am | 48 nghttp2_option.c \ 68 nghttp2_option.h \
|
D | nghttp2_option.h | 80 struct nghttp2_option { struct
|
D | CMakeLists.txt | 21 nghttp2_option.c
|
D | BUILD.gn | 43 "nghttp2_option.c",
|
D | Makefile.msvc | 83 nghttp2_option.c \
|
D | nghttp2_session.c | 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/ |
D | nghttp2_option.c | 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 *option, in nghttp2_option_set_user_recv_extension_type() 82 void nghttp2_option_set_builtin_recv_extension_type(nghttp2_option *option, in nghttp2_option_set_builtin_recv_extension_type() [all …]
|
D | Makefile.am | 48 nghttp2_option.c \ 68 nghttp2_option.h \
|
D | nghttp2_option.h | 79 struct nghttp2_option { struct
|
D | Makefile.in | 158 nghttp2_version.lo nghttp2_priority_spec.lo nghttp2_option.lo \ 194 ./$(DEPDIR)/nghttp2_npn.Plo ./$(DEPDIR)/nghttp2_option.Plo \ 509 nghttp2_option.c \ 529 nghttp2_option.h \ 637 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nghttp2_option.Plo@am__quote@ # am--include-marker 922 -rm -f ./$(DEPDIR)/nghttp2_option.Plo 993 -rm -f ./$(DEPDIR)/nghttp2_option.Plo
|
D | CMakeLists.txt | 21 nghttp2_option.c
|
D | Makefile.msvc | 83 nghttp2_option.c \
|
D | nghttp2_session.c | 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/ |
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 *option, 2632 nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, [all …]
|
/third_party/node/deps/nghttp2/lib/includes/nghttp2/ |
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 *option, 2627 nghttp2_option_set_user_recv_extension_type(nghttp2_option *option, [all …]
|
/third_party/node/deps/nghttp2/ |
D | nghttp2.gyp | 17 'lib/nghttp2_option.c',
|
/third_party/node/src/ |
D | node_http2.h | 106 std::unique_ptr<nghttp2_option, 107 Nghttp2Deleter<nghttp2_option, nghttp2_option_del>>; 193 nghttp2_option* operator*() const {
|
/third_party/nghttp2/src/ |
D | nghttp.h | 74 nghttp2_option *http2_option;
|
D | shrpx_config.h | 900 nghttp2_option *option; 901 nghttp2_option *alt_mode_option; 915 nghttp2_option *option;
|
D | h2load_http2_session.cc | 202 nghttp2_option *opt; in on_connect()
|
D | HttpServer.cc | 307 const nghttp2_option *get_option() const { return option_; } in get_option() 433 nghttp2_option *option_;
|
/third_party/nghttp2/doc/ |
D | programmers-guide.rst | 316 application has to create :type:`nghttp2_option` object for that 438 The :type:`nghttp2_option` must be set to :type:`nghttp2_session` on 472 The :type:`nghttp2_option` must be set to :type:`nghttp2_session` on
|
/third_party/nghttp2/tests/ |
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 *option; in test_nghttp2_submit_settings_update_local_window_size() [all …]
|
/third_party/curl/lib/ |
D | cf-h2-proxy.c | 275 nghttp2_option *o; in proxy_h2_client_new()
|