Home
last modified time | relevance | path

Searched refs:GRPC_ARG_MAX_CONCURRENT_STREAMS (Results 1 – 12 of 12) 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/rust/crates/grpcio-sys/grpc/include/grpc/impl/codegen/
Dgrpc_types.h150 #define GRPC_ARG_MAX_CONCURRENT_STREAMS "grpc.max_concurrent_streams" macro
/external/rust/crates/grpcio-sys/grpc/spm-core-include/grpc/impl/codegen/
Dgrpc_types.h150 #define GRPC_ARG_MAX_CONCURRENT_STREAMS "grpc.max_concurrent_streams" macro
/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/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/rust/crates/grpcio/src/
Dchannel.rs111 Cow::Borrowed(grpcio_sys::GRPC_ARG_MAX_CONCURRENT_STREAMS), in max_concurrent_stream()
/external/grpc-grpc/src/ruby/ext/grpc/
Drb_channel.c818 ID2SYM(rb_intern(GRPC_ARG_MAX_CONCURRENT_STREAMS))); in Init_grpc_channel()
/external/rust/crates/grpcio-sys/bindings/
Daarch64-unknown-linux-gnu-bindings.rs17 pub const GRPC_ARG_MAX_CONCURRENT_STREAMS: &'static [u8; 28usize] = constant
Dx86_64-unknown-linux-gnu-bindings.rs17 pub const GRPC_ARG_MAX_CONCURRENT_STREAMS: &'static [u8; 28usize] = constant
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc321 } settings_map[] = {{GRPC_ARG_MAX_CONCURRENT_STREAMS, in read_channel_args()
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc344 } settings_map[] = {{GRPC_ARG_MAX_CONCURRENT_STREAMS, in read_channel_args()