| /external/grpc-grpc/test/core/end2end/fuzzers/ |
| D | api_fuzzer.dictionary | 16 "\x00grpc.max_concurrent_streams\x00"
|
| /external/curl/lib/ |
| D | multihandle.h | 151 unsigned int max_concurrent_streams; member
|
| D | http2.c | 100 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()
|
| D | multi.c | 419 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/ |
| D | end2end_nosec_tests.cc | 91 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()
|
| D | end2end_tests.cc | 93 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/ |
| D | records.pyx.pxi | 47 max_concurrent_streams = GRPC_ARG_MAX_CONCURRENT_STREAMS variable in ChannelArgKey
|
| /external/grpc-grpc/src/objective-c/tests/CoreCronetEnd2EndTests/ |
| D | CoreCronetEnd2EndTests.mm | 315 [self testIndividualCase:(char *)"max_concurrent_streams"];
|
| /external/cronet/net/spdy/ |
| D | spdy_session_pool_unittest.cc | 89 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()
|
| D | spdy_session_unittest.cc | 307 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()
|
| D | spdy_network_transaction_unittest.cc | 1179 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()
|
| D | spdy_session.cc | 436 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/ |
| D | max_concurrent_streams.cc | 826 void max_concurrent_streams(grpc_end2end_test_config config) { in max_concurrent_streams() function
|
| /external/grpc-grpc/ |
| D | grpc.gyp | 2697 'test/core/end2end/tests/max_concurrent_streams.cc', 2788 'test/core/end2end/tests/max_concurrent_streams.cc',
|
| D | gRPC-Core.podspec | 1257 'test/core/end2end/tests/max_concurrent_streams.cc',
|
| D | CMakeLists.txt | 5456 test/core/end2end/tests/max_concurrent_streams.cc 5576 test/core/end2end/tests/max_concurrent_streams.cc
|
| /external/rust/crates/grpcio-sys/grpc/ |
| D | grpc.gyp | 224 'test/core/end2end/tests/max_concurrent_streams.cc', 326 'test/core/end2end/tests/max_concurrent_streams.cc',
|
| D | gRPC-Core.podspec | 2070 'test/core/end2end/tests/max_concurrent_streams.cc',
|
| D | CMakeLists.txt | 1098 test/core/end2end/tests/max_concurrent_streams.cc 1232 test/core/end2end/tests/max_concurrent_streams.cc
|