Searched refs:thisSend (Results 1 – 1 of 1) sorted by relevance
168 int thisSend; in sockSend() local176 thisSend = send(sock, ptr, len - sent, 0); in sockSend()180 if (thisSend == -1) in sockSend()187 ptr += thisSend; in sockSend()188 sent += thisSend; in sockSend()