Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/cvs/os2/
Dporttcp.c129 int Sent, ToSend, TotalSent = 0; in IbmSockSend() local
153 if ((TotalSent > 0) && (SOCK_ERRNO == EWOULDBLOCK)) in IbmSockSend()
154 return TotalSent; in IbmSockSend()
160 return TotalSent + Sent; in IbmSockSend()
163 TotalSent += Sent; in IbmSockSend()
167 return TotalSent; in IbmSockSend()