Searched refs:numOfBytesRead (Results 1 – 2 of 2) sorted by relevance
65 int numOfBytesRead = in.read(bytes, off, len); in read() local66 if (numOfBytesRead != -1) { in read()67 hasher.putBytes(bytes, off, numOfBytesRead); in read()69 return numOfBytesRead; in read()
299 int numOfBytesRead = 0; in GetFileDownloadResponseMsgInBlocks() local314 if( (numOfBytesRead = read(rtcp->rcft.rcfd.downloadFD, pBuf, SZ_RFBBLOCKSIZE)) <= 0) { in GetFileDownloadResponseMsgInBlocks()318 if(numOfBytesRead == 0) { in GetFileDownloadResponseMsgInBlocks()323 return CreateFileDownloadBlockSizeDataMsg(numOfBytesRead, pBuf); in GetFileDownloadResponseMsgInBlocks()