Home
last modified time | relevance | path

Searched refs:nghttp2_option (Results 1 – 25 of 27) sorted by relevance

12

/third_party/nghttp2/lib/
Dnghttp2_option.c29 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 …]
DMakefile.am48 nghttp2_option.c \
68 nghttp2_option.h \
Dnghttp2_option.h80 struct nghttp2_option { struct
DCMakeLists.txt21 nghttp2_option.c
DBUILD.gn43 "nghttp2_option.c",
DMakefile.msvc83 nghttp2_option.c \
Dnghttp2_session.c437 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/
Dnghttp2_option.c29 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 …]
DMakefile.am48 nghttp2_option.c \
68 nghttp2_option.h \
Dnghttp2_option.h79 struct nghttp2_option { struct
DMakefile.in158 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
DCMakeLists.txt21 nghttp2_option.c
DMakefile.msvc83 nghttp2_option.c \
Dnghttp2_session.c437 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/
Dnghttp2.h2495 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/
Dnghttp2.h2490 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/
Dnghttp2.gyp17 'lib/nghttp2_option.c',
/third_party/node/src/
Dnode_http2.h106 std::unique_ptr<nghttp2_option,
107 Nghttp2Deleter<nghttp2_option, nghttp2_option_del>>;
193 nghttp2_option* operator*() const {
/third_party/nghttp2/src/
Dnghttp.h74 nghttp2_option *http2_option;
Dshrpx_config.h900 nghttp2_option *option;
901 nghttp2_option *alt_mode_option;
915 nghttp2_option *option;
Dh2load_http2_session.cc202 nghttp2_option *opt; in on_connect()
DHttpServer.cc307 const nghttp2_option *get_option() const { return option_; } in get_option()
433 nghttp2_option *option_;
/third_party/nghttp2/doc/
Dprogrammers-guide.rst316 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/
Dnghttp2_session_test.c1091 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/
Dcf-h2-proxy.c275 nghttp2_option *o; in proxy_h2_client_new()

12