Searched refs:nReadRet (Results 1 – 1 of 1) sorted by relevance
809 sal_uInt16 nReadRet = ReadRawData( pnBuffer, nReadSize ); in Read() local810 nRet += nReadRet; in Read()811 mbValid = (nReadSize == nReadRet); in Read()813 pnBuffer += nReadRet; in Read()814 nBytesLeft -= nReadRet; in Read()
Completed in 19 milliseconds