Home
last modified time | relevance | path

Searched refs:GRPC_ARG_MAX_CONCURRENT_STREAMS (Results 1 – 6 of 6) sorted by relevance

/third_party/grpc/include/grpc/impl/codegen/
Dgrpc_types.h150 #define GRPC_ARG_MAX_CONCURRENT_STREAMS "grpc.max_concurrent_streams" macro
/third_party/grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi45 max_concurrent_streams = GRPC_ARG_MAX_CONCURRENT_STREAMS
Dgrpc.pxi139 const char *GRPC_ARG_MAX_CONCURRENT_STREAMS
/third_party/grpc/test/core/end2end/tests/
Dmax_concurrent_streams.cc221 server_arg.key = const_cast<char*>(GRPC_ARG_MAX_CONCURRENT_STREAMS); in test_max_concurrent_streams()
463 server_arg.key = const_cast<char*>(GRPC_ARG_MAX_CONCURRENT_STREAMS); in test_max_concurrent_streams_with_timeout_on_first()
658 server_arg.key = const_cast<char*>(GRPC_ARG_MAX_CONCURRENT_STREAMS); in test_max_concurrent_streams_with_timeout_on_second()
/third_party/grpc/src/ruby/ext/grpc/
Drb_channel.c822 ID2SYM(rb_intern(GRPC_ARG_MAX_CONCURRENT_STREAMS))); in Init_grpc_channel()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc321 } settings_map[] = {{GRPC_ARG_MAX_CONCURRENT_STREAMS, in read_channel_args()