Home
last modified time | relevance | path

Searched refs:max_concurrent_streams (Results 1 – 19 of 19) sorted by relevance

/external/grpc-grpc/test/core/end2end/fuzzers/
Dapi_fuzzer.dictionary16 "\x00grpc.max_concurrent_streams\x00"
/external/curl/lib/
Dmultihandle.h151 unsigned int max_concurrent_streams; member
Dhttp2.c100 uint32_t max_concurrent_streams; member
277 ctx->max_concurrent_streams = DEFAULT_MAX_CONCURRENT_STREAMS; in cf_h2_ctx_init()
821 uint32_t max_conn = ctx->max_concurrent_streams; in on_frame_recv()
823 ctx->max_concurrent_streams = nghttp2_session_get_remote_settings( in on_frame_recv()
828 ctx->max_concurrent_streams)); in on_frame_recv()
831 if(data && max_conn != ctx->max_concurrent_streams) { in on_frame_recv()
834 ctx->max_concurrent_streams)); in on_frame_recv()
2406 effective_max = ctx->max_concurrent_streams; in cf_h2_query()
Dmulti.c419 multi->max_concurrent_streams = 100; in Curl_multi_handle()
3319 multi->max_concurrent_streams = curlx_sltoui(streams);
3779 return multi->max_concurrent_streams;
/external/grpc-grpc/test/core/end2end/
Dend2end_nosec_tests.cc91 extern void max_concurrent_streams(grpc_end2end_test_config config);
307 max_concurrent_streams(config); in grpc_end2end_tests()
476 max_concurrent_streams(config); in grpc_end2end_tests()
Dend2end_tests.cc93 extern void max_concurrent_streams(grpc_end2end_test_config config);
311 max_concurrent_streams(config); in grpc_end2end_tests()
484 max_concurrent_streams(config); in grpc_end2end_tests()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi47 max_concurrent_streams = GRPC_ARG_MAX_CONCURRENT_STREAMS variable in ChannelArgKey
/external/grpc-grpc/src/objective-c/tests/CoreCronetEnd2EndTests/
DCoreCronetEnd2EndTests.mm315 [self testIndividualCase:(char *)"max_concurrent_streams"];
/external/cronet/net/spdy/
Dspdy_session_pool_unittest.cc89 size_t max_concurrent_streams(base::WeakPtr<SpdySession> session) { in max_concurrent_streams() function in net::SpdySessionPoolTest
1760 EXPECT_EQ(2u, max_concurrent_streams(session)); in TEST_F()
1854 EXPECT_EQ(0u, max_concurrent_streams(session)); in TEST_F()
Dspdy_session_unittest.cc307 size_t max_concurrent_streams() { return session_->max_concurrent_streams_; } in max_concurrent_streams() function in net::SpdySessionTest
309 void set_max_concurrent_streams(size_t max_concurrent_streams) { in set_max_concurrent_streams() argument
310 session_->max_concurrent_streams_ = max_concurrent_streams; in set_max_concurrent_streams()
1465 EXPECT_EQ(0u, max_concurrent_streams()); in TEST_F()
1483 EXPECT_EQ(1u, max_concurrent_streams()); in TEST_F()
1716 const uint32_t max_concurrent_streams = kInitialMaxConcurrentStreams + 1; in TEST_F() local
1717 new_settings[kSpdySettingsId] = max_concurrent_streams; in TEST_F()
2552 const uint32_t max_concurrent_streams = 1; in TEST_F() local
2553 new_settings[kSpdySettingsId1] = max_concurrent_streams; in TEST_F()
Dspdy_network_transaction_unittest.cc1179 const uint32_t max_concurrent_streams = 1; in TEST_F() local
1180 settings[spdy::SETTINGS_MAX_CONCURRENT_STREAMS] = max_concurrent_streams; in TEST_F()
1308 const uint32_t max_concurrent_streams = 1; in TEST_F() local
1309 settings[spdy::SETTINGS_MAX_CONCURRENT_STREAMS] = max_concurrent_streams; in TEST_F()
1439 const uint32_t max_concurrent_streams = 1; in TEST_F() local
1440 settings[spdy::SETTINGS_MAX_CONCURRENT_STREAMS] = max_concurrent_streams; in TEST_F()
1560 const uint32_t max_concurrent_streams = 1; in TEST_F() local
1561 settings[spdy::SETTINGS_MAX_CONCURRENT_STREAMS] = max_concurrent_streams; in TEST_F()
Dspdy_session.cc436 size_t max_concurrent_streams, in NetLogSpdySessionStalledParams() argument
442 dict.Set("max_concurrent_streams", static_cast<int>(max_concurrent_streams)); in NetLogSpdySessionStalledParams()
/external/grpc-grpc/test/core/end2end/tests/
Dmax_concurrent_streams.cc826 void max_concurrent_streams(grpc_end2end_test_config config) { in max_concurrent_streams() function
/external/grpc-grpc/
Dgrpc.gyp2697 'test/core/end2end/tests/max_concurrent_streams.cc',
2788 'test/core/end2end/tests/max_concurrent_streams.cc',
DgRPC-Core.podspec1257 'test/core/end2end/tests/max_concurrent_streams.cc',
DCMakeLists.txt5456 test/core/end2end/tests/max_concurrent_streams.cc
5576 test/core/end2end/tests/max_concurrent_streams.cc
/external/rust/crates/grpcio-sys/grpc/
Dgrpc.gyp224 'test/core/end2end/tests/max_concurrent_streams.cc',
326 'test/core/end2end/tests/max_concurrent_streams.cc',
DgRPC-Core.podspec2070 'test/core/end2end/tests/max_concurrent_streams.cc',
DCMakeLists.txt1098 test/core/end2end/tests/max_concurrent_streams.cc
1232 test/core/end2end/tests/max_concurrent_streams.cc