HomeSort by relevance Sort by last modified time
    Searched refs:GRPC_ARG_MAX_CONCURRENT_STREAMS (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/include/grpc/impl/codegen/
grpc_types.h 150 #define GRPC_ARG_MAX_CONCURRENT_STREAMS "grpc.max_concurrent_streams"
  /external/grpc-grpc/src/python/grpcio/grpc/_cython/_cygrpc/
records.pyx.pxi 47 max_concurrent_streams = GRPC_ARG_MAX_CONCURRENT_STREAMS
  /external/grpc-grpc/test/core/end2end/tests/
max_concurrent_streams.cc 221 server_arg.key = const_cast<char*>(GRPC_ARG_MAX_CONCURRENT_STREAMS);
463 server_arg.key = const_cast<char*>(GRPC_ARG_MAX_CONCURRENT_STREAMS);
658 server_arg.key = const_cast<char*>(GRPC_ARG_MAX_CONCURRENT_STREAMS);
  /external/grpc-grpc/src/ruby/ext/grpc/
rb_channel.c 818 ID2SYM(rb_intern(GRPC_ARG_MAX_CONCURRENT_STREAMS)));
  /external/grpc-grpc/src/core/ext/transport/chttp2/transport/
chttp2_transport.cc 344 } settings_map[] = {{GRPC_ARG_MAX_CONCURRENT_STREAMS,
    [all...]

Completed in 58 milliseconds