Home
last modified time | relevance | path

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

/external/grpc-grpc/include/grpc/impl/codegen/
Dgrpc_types.h150 #define GRPC_ARG_MAX_CONCURRENT_STREAMS "grpc.max_concurrent_streams" macro
/external/grpc-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()
/external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
Drecords.pyx.pxi47 max_concurrent_streams = GRPC_ARG_MAX_CONCURRENT_STREAMS
Dgrpc.pxi126 const char *GRPC_ARG_MAX_CONCURRENT_STREAMS
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c818 ID2SYM(rb_intern(GRPC_ARG_MAX_CONCURRENT_STREAMS))); in Init_grpc_channel()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc344 } settings_map[] = {{GRPC_ARG_MAX_CONCURRENT_STREAMS, in read_channel_args()