Searched refs:numBytesSent (Results 1 – 1 of 1) sorted by relevance
116 ssize_t numBytesSent = TEMP_FAILURE_RETRY(send(sockfd_, msg.data(), msg.size(), MSG_NOSIGNAL)); in Sendmsg() local117 if (numBytesSent < 0) { in Sendmsg()122 if ((size_t)numBytesSent < msg.size()) { in Sendmsg()124 << numBytesSent; in Sendmsg()