Home
last modified time | relevance | path

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

/external/grpc-grpc/src/core/lib/iomgr/
Dtcp_posix.cc553 ssize_t sent_length; in tcp_send() local
557 sent_length = sendmsg(fd, msg, SENDMSG_FLAGS); in tcp_send()
558 } while (sent_length < 0 && errno == EINTR); in tcp_send()
559 return sent_length; in tcp_send()
570 ssize_t* sent_length, grpc_error** error);
578 ssize_t* sent_length, in tcp_write_with_timestamps() argument
610 *sent_length = length; in tcp_write_with_timestamps()
765 ssize_t* sent_length, in tcp_write_with_timestamps() argument
788 ssize_t sent_length; in tcp_flush() local
824 if (!tcp_write_with_timestamps(tcp, &msg, sending_length, &sent_length, in tcp_flush()
[all …]