Home
last modified time | relevance | path

Searched refs:tcp_max_read_chunk_size (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dsocket_utils_posix.cc70 options.tcp_max_read_chunk_size = in TcpOptionsFromEndpointConfig()
97 if (options.tcp_min_read_chunk_size > options.tcp_max_read_chunk_size) { in TcpOptionsFromEndpointConfig()
98 options.tcp_min_read_chunk_size = options.tcp_max_read_chunk_size; in TcpOptionsFromEndpointConfig()
102 options.tcp_max_read_chunk_size); in TcpOptionsFromEndpointConfig()
Dsocket_utils_posix.h56 int tcp_max_read_chunk_size = kDefaultMaxReadChunksize; member
119 tcp_max_read_chunk_size = other.tcp_max_read_chunk_size; in CopyIntegerOptions()
Dtcp_posix.cc475 max_read_chunk_size(tcp_options.tcp_max_read_chunk_size), in grpc_tcp()
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dsocket_utils_posix.cc70 options.tcp_max_read_chunk_size = in TcpOptionsFromEndpointConfig()
99 if (options.tcp_min_read_chunk_size > options.tcp_max_read_chunk_size) { in TcpOptionsFromEndpointConfig()
100 options.tcp_min_read_chunk_size = options.tcp_max_read_chunk_size; in TcpOptionsFromEndpointConfig()
104 options.tcp_max_read_chunk_size); in TcpOptionsFromEndpointConfig()
H A Dsocket_utils_posix.h57 int tcp_max_read_chunk_size = kDefaultMaxReadChunksize; member
121 tcp_max_read_chunk_size = other.tcp_max_read_chunk_size; in CopyIntegerOptions()
H A Dtcp_posix.cc482 max_read_chunk_size(tcp_options.tcp_max_read_chunk_size), in grpc_tcp()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/event_engine/posix_engine/
Dtcp_socket_utils.h65 int tcp_max_read_chunk_size = kDefaultMaxReadChunksize; member
128 tcp_max_read_chunk_size = other.tcp_max_read_chunk_size; in CopyIntegerOptions()
Dtcp_socket_utils.cc164 options.tcp_max_read_chunk_size = in TcpOptionsFromEndpointConfig()
194 if (options.tcp_min_read_chunk_size > options.tcp_max_read_chunk_size) { in TcpOptionsFromEndpointConfig()
195 options.tcp_min_read_chunk_size = options.tcp_max_read_chunk_size; in TcpOptionsFromEndpointConfig()
199 options.tcp_max_read_chunk_size); in TcpOptionsFromEndpointConfig()
Dposix_endpoint.cc1249 max_read_chunk_size_ = options.tcp_max_read_chunk_size; in PosixEndpointImpl()
/aosp_15_r20/external/grpc-grpc/src/core/lib/event_engine/posix_engine/
H A Dtcp_socket_utils.h67 int tcp_max_read_chunk_size = kDefaultMaxReadChunksize; member
137 tcp_max_read_chunk_size = other.tcp_max_read_chunk_size; in CopyIntegerOptions()
H A Dtcp_socket_utils.cc171 options.tcp_max_read_chunk_size = in TcpOptionsFromEndpointConfig()
203 if (options.tcp_min_read_chunk_size > options.tcp_max_read_chunk_size) { in TcpOptionsFromEndpointConfig()
204 options.tcp_min_read_chunk_size = options.tcp_max_read_chunk_size; in TcpOptionsFromEndpointConfig()
208 options.tcp_max_read_chunk_size); in TcpOptionsFromEndpointConfig()
H A Dposix_endpoint.cc1286 max_read_chunk_size_ = options.tcp_max_read_chunk_size; in PosixEndpointImpl()
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio/src/
Dchannel.rs213 pub fn tcp_max_read_chunk_size(mut self, bytes: i32) -> ChannelBuilder { in tcp_max_read_chunk_size() method
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/patches/
Dandroid-dir.patch309 + b"grpc.experimental.tcp_max_read_chunk_size\0";