/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/ |
D | channel_args.h | 74 typedef struct grpc_integer_options { struct 78 } grpc_integer_options; typedef 82 const grpc_integer_options options); 87 const grpc_integer_options options);
|
D | channel_args.cc | 249 const grpc_integer_options options) { in grpc_channel_arg_get_integer() 270 const grpc_integer_options options) { in grpc_channel_args_find_integer()
|
/external/grpc-grpc/src/core/lib/channel/ |
D | channel_args.h | 104 typedef struct grpc_integer_options { struct 108 } grpc_integer_options; argument 112 const grpc_integer_options options);
|
D | channel_args.cc | 338 const grpc_integer_options options) { in grpc_channel_arg_get_integer()
|
/external/grpc-grpc/src/core/ext/filters/message_size/ |
D | message_size_filter.cc | 268 const grpc_integer_options options = {lim.max_send_size, -1, INT_MAX}; in get_message_size_limits() 274 const grpc_integer_options options = {lim.max_recv_size, -1, INT_MAX}; in get_message_size_limits()
|
/external/grpc-grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 270 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX}); in grpc_set_socket_tcp_user_timeout() 280 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX}); in grpc_set_socket_tcp_user_timeout()
|
D | tcp_posix.cc | 1017 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1022 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1027 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | socket_utils_common_posix.cc | 322 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX}); in grpc_set_socket_tcp_user_timeout() 332 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX}); in grpc_set_socket_tcp_user_timeout()
|
D | tcp_posix.cc | 1713 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1718 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1723 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1738 grpc_integer_options options = { in grpc_tcp_create() 1745 grpc_integer_options options = { in grpc_tcp_create()
|
/external/grpc-grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 244 const grpc_integer_options options = {-1, 0, INT_MAX}; in read_channel_args() 258 const grpc_integer_options options = {-1, 0, INT_MAX}; in read_channel_args() 280 grpc_integer_options{ in read_channel_args() 289 grpc_integer_options{ in read_channel_args() 303 grpc_integer_options{t->is_client in read_channel_args() 312 grpc_integer_options{t->is_client in read_channel_args() 342 grpc_integer_options integer_options; in read_channel_args()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/ |
D | dns_resolver_ares.cc | 146 grpc_integer_options integer_options = {false, false, true}; in AresDnsResolver()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/ |
D | chttp2_transport.cc | 266 const grpc_integer_options options = {-1, 0, INT_MAX}; in read_channel_args() 280 const grpc_integer_options options = {-1, 0, INT_MAX}; in read_channel_args() 302 grpc_integer_options{ in read_channel_args() 316 grpc_integer_options{t->is_client in read_channel_args() 325 grpc_integer_options{t->is_client in read_channel_args() 345 grpc_integer_options integer_options; in read_channel_args()
|
/external/grpc-grpc/src/core/lib/surface/ |
D | channel.cc | 147 const grpc_integer_options options = {0, 0, INT_MAX}; in grpc_channel_create_with_builder()
|
/external/grpc-grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 394 const grpc_integer_options options = {0, 0, INT_MAX}; in grpc_subchannel_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 687 const grpc_integer_options options = { in Subchannel()
|