Searched refs:theBytes2Read (Results 1 – 1 of 1) sorted by relevance
87 sal_Int32 theBytes2Read = nBytesToRead; in readBytes() local89 if ( theBytes2Read > theBytesLeft ) in readBytes()90 theBytes2Read = theBytesLeft; in readBytes()93 aData.realloc( theBytes2Read ); in readBytes()97 aData.getArray(), mInputBuffer.getConstArray() + mPos, theBytes2Read ); in readBytes()100 mPos += theBytes2Read; in readBytes()102 return theBytes2Read; in readBytes()
Completed in 10 milliseconds