Searched refs:bytesSent (Results 1 - 1 of 1) sorted by relevance

/barrelfish-master/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.cpp1293 int bytesSent = 0; local
1323 while (bytesSent < inBuffLength)
1333 theOTResult = ::OTSnd(theSocketStruct->mEndPointRef,(void *) ((unsigned long) inBuff + bytesSent),inBuffLength - bytesSent,0);
1337 bytesSent += theOTResult;
1363 printf("MacSocket_send: sent %d bytes\n",bytesSent);
1390 return(bytesSent);

Completed in 53 milliseconds