/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; argument 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 | 321 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX}); in grpc_set_socket_tcp_user_timeout() 331 &channel_args->args[i], grpc_integer_options{0, 1, INT_MAX}); in grpc_set_socket_tcp_user_timeout()
|
D | tcp_posix.cc | 1714 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1719 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1724 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1739 grpc_integer_options options = { in grpc_tcp_create() 1746 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 | 240 const grpc_integer_options options = {-1, 0, INT_MAX}; in read_channel_args() 254 const grpc_integer_options options = {-1, 0, INT_MAX}; in read_channel_args() 276 grpc_integer_options{ in read_channel_args() 290 grpc_integer_options{t->is_client in read_channel_args() 299 grpc_integer_options{t->is_client in read_channel_args() 319 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 | 684 const grpc_integer_options options = { in Subchannel()
|