Home
last modified time | relevance | path

Searched refs:MAX_WRITE_IOVEC (Results 1 – 2 of 2) sorted by relevance

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc780 #define MAX_WRITE_IOVEC IOV_MAX macro
782 #define MAX_WRITE_IOVEC 1000 macro
786 struct iovec iov[MAX_WRITE_IOVEC]; in tcp_flush()
803 iov_size != MAX_WRITE_IOVEC; in tcp_flush()
/external/rust/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dtcp_posix.cc1280 #define MAX_WRITE_IOVEC IOV_MAX macro
1282 #define MAX_WRITE_IOVEC 1000 macro
1292 out_offset_.slice_idx != buf_.count && iov_size != MAX_WRITE_IOVEC; in PopulateIovs()
1328 struct iovec iov[MAX_WRITE_IOVEC]; in do_tcp_flush_zerocopy()
1414 struct iovec iov[MAX_WRITE_IOVEC]; in tcp_flush()
1431 iov_size != MAX_WRITE_IOVEC; in tcp_flush()