Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc569 size_t sending_length,
577 size_t sending_length, in tcp_write_with_timestamps() argument
612 if (sending_length == static_cast<size_t>(length)) { in tcp_write_with_timestamps()
764 size_t sending_length, in tcp_write_with_timestamps() argument
789 size_t sending_length; in tcp_flush() local
799 sending_length = 0; in tcp_flush()
812 sending_length += iov[iov_size].iov_len; in tcp_flush()
824 if (!tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in tcp_flush()
831 GRPC_STATS_INC_TCP_WRITE_SIZE(sending_length); in tcp_flush()
860 trailing = sending_length - static_cast<size_t>(sent_length); in tcp_flush()