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