Home
last modified time | relevance | path

Searched refs:grpc_integer_options (Results 1 – 15 of 15) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/src/core/lib/channel/
Dchannel_args.h74 typedef struct grpc_integer_options { struct
78 } grpc_integer_options; argument
82 const grpc_integer_options options);
87 const grpc_integer_options options);
Dchannel_args.cc249 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/
Dchannel_args.h104 typedef struct grpc_integer_options { struct
108 } grpc_integer_options; argument
112 const grpc_integer_options options);
Dchannel_args.cc338 const grpc_integer_options options) { in grpc_channel_arg_get_integer()
/external/grpc-grpc/src/core/ext/filters/message_size/
Dmessage_size_filter.cc268 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/
Dsocket_utils_common_posix.cc270 &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()
Dtcp_posix.cc1017 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/
Dsocket_utils_common_posix.cc321 &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()
Dtcp_posix.cc1714 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/
Dchttp2_transport.cc244 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/
Ddns_resolver_ares.cc146 grpc_integer_options integer_options = {false, false, true}; in AresDnsResolver()
/external/rust/crates/grpcio-sys/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc240 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/
Dchannel.cc147 const grpc_integer_options options = {0, 0, INT_MAX}; in grpc_channel_create_with_builder()
/external/grpc-grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc394 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/
Dsubchannel.cc684 const grpc_integer_options options = { in Subchannel()