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

/barrelfish-2018-10-04/lib/openssl-1.0.0d/MacOS/GetHTTPS.src/
H A DMacSocket.cpp1162 int totalBytesRead = 0; local
1187 totalBytesRead = 0;
1201 theOTResult = ::OTRcv(theSocketStruct->mEndPointRef,(void *) ((unsigned long) outBuff + (unsigned long) totalBytesRead),outBuffLength - totalBytesRead,nil);
1223 totalBytesRead += bytesRead;
1226 if (totalBytesRead <= 0)
1261 printf("MacSocket_recv: read %d bytes in total\n",totalBytesRead);
1283 return(totalBytesRead);

Completed in 27 milliseconds