Searched refs:tcp_read_chunk_size (Results 1 – 3 of 3) sorted by relevance
/external/grpc-grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 1009 int tcp_read_chunk_size = GRPC_TCP_DEFAULT_READ_SLICE_SIZE; in grpc_tcp_create() local 1017 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1018 tcp_read_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() 1043 tcp_read_chunk_size = GPR_CLAMP(tcp_read_chunk_size, tcp_min_read_chunk_size, in grpc_tcp_create() 1055 tcp->target_length = static_cast<double>(tcp_read_chunk_size); in grpc_tcp_create()
|
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/ |
D | tcp_posix.cc | 1701 int tcp_read_chunk_size = GRPC_TCP_DEFAULT_READ_SLICE_SIZE; in grpc_tcp_create() local 1714 grpc_integer_options options = {tcp_read_chunk_size, 1, MAX_CHUNK_SIZE}; in grpc_tcp_create() 1715 tcp_read_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() 1757 tcp_read_chunk_size = GPR_CLAMP(tcp_read_chunk_size, tcp_min_read_chunk_size, in grpc_tcp_create() 1781 tcp->target_length = static_cast<double>(tcp_read_chunk_size); in grpc_tcp_create()
|
/external/rust/crates/grpcio/src/ |
D | channel.rs | 194 pub fn tcp_read_chunk_size(mut self, bytes: i32) -> ChannelBuilder { in tcp_read_chunk_size() method
|