Home
last modified time | relevance | path

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

/third_party/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()
/third_party/grpc/src/core/lib/iomgr/
Dsocket_utils_common_posix.cc322 &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()
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()
/third_party/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()
/third_party/grpc/src/core/ext/filters/client_channel/
Dsubchannel.cc684 const grpc_integer_options options = { in Subchannel()