Searched refs:usBytesLeft (Results 1 – 1 of 1) sorted by relevance
287 USHORT usBytesLeft = usLength; in xMBTCPPortMasterGetBuf() local292 while (usBytesLeft > 0) { in xMBTCPPortMasterGetBuf()295 xLength = recv(pxInfo->xSockId, pucBuf, usBytesLeft, MSG_DONTWAIT); in xMBTCPPortMasterGetBuf()313 usBytesLeft -= xLength; in xMBTCPPortMasterGetBuf()