Searched defs:numBytesSent (Results 1 – 3 of 3) sorted by relevance
445 size_t numBytesSent = 0; in onSendRequest() local796 size_t numBytesSent = 0; in handleServerRequest() local
56 public synchronized boolean notifyBytesSent(long numBytesSent) { in notifyBytesSent()
170 ssize_t numBytesSent = TEMP_FAILURE_RETRY(send(sockfd_, msg.data(), msg.size(), MSG_NOSIGNAL)); in Sendmsg() local