Home
last modified time | relevance | path

Searched refs:nghttp2_option_new (Results 1 - 12 of 12) sorted by relevance

/third_party/nghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() function
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_option.c29 int nghttp2_option_new(nghttp2_option **option_ptr) { in nghttp2_option_new() function
/third_party/nghttp2/src/
H A Dh2load_http2_session.cc204 rv = nghttp2_option_new(&opt); in on_connect()
H A Dshrpx.cc2034 nghttp2_option_new(&upstreamconf.option); in fill_default_config()
2046 nghttp2_option_new(&upstreamconf.alt_mode_option); in fill_default_config()
2069 nghttp2_option_new(&downstreamconf.option); in fill_default_config()
H A DHttpServer.cc254 nghttp2_option_new(&option_); in Sessions()
H A Dnghttp.cc128 nghttp2_option_new(&http2_option); in Config()
/third_party/nghttp2/tests/
H A Dnghttp2_session_test.c1104 nghttp2_option_new(&option); in test_nghttp2_session_recv_data_no_auto_flow_control()
2357 nghttp2_option_new(&option); in test_nghttp2_session_recv_extension()
2441 nghttp2_option_new(&option); in test_nghttp2_session_recv_altsvc()
2652 nghttp2_option_new(&option); in test_nghttp2_session_recv_origin()
2807 nghttp2_option_new(&option); in test_nghttp2_session_recv_priority_update()
3811 nghttp2_option_new(&option); in test_nghttp2_session_on_settings_received()
3908 nghttp2_option_new(&option); in test_nghttp2_session_on_settings_received()
4279 nghttp2_option_new(&option); in test_nghttp2_session_on_ping_received()
4552 nghttp2_option_new(&option); in test_nghttp2_session_on_altsvc_received()
6000 nghttp2_option_new( in test_nghttp2_submit_headers_continuation_extra_large()
[all...]
/third_party/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2519 NGHTTP2_EXTERN int nghttp2_option_new(nghttp2_option **option_ptr);
/third_party/node/deps/nghttp2/lib/includes/nghttp2/
H A Dnghttp2.h2514 NGHTTP2_EXTERN int nghttp2_option_new(nghttp2_option **option_ptr);
/third_party/curl/lib/
H A Dcf-h2-proxy.c277 int rc = nghttp2_option_new(&o); in proxy_h2_client_new()
H A Dhttp2.c340 int rc = nghttp2_option_new(&o); in h2_client_new()
/third_party/node/src/
H A Dnode_http2.cc106 CHECK_EQ(nghttp2_option_new(&option), 0); in Http2Options()

Completed in 44 milliseconds