Searched refs:grpc_integer_options (Results 1 – 6 of 6) sorted by relevance
/third_party/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()
|
/third_party/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 | 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()
|
/third_party/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()
|
/third_party/grpc/src/core/ext/filters/client_channel/ |
D | subchannel.cc | 684 const grpc_integer_options options = { in Subchannel()
|