Searched refs:theBytes2Read (Results 1 – 1 of 1) sorted by relevance
95 sal_Int32 theBytes2Read = nBytesToRead; in readBytes() local97 if ( theBytes2Read > theBytesLeft ) in readBytes()98 theBytes2Read = theBytesLeft; in readBytes()101 aData.realloc( theBytes2Read ); in readBytes()105 aData.getArray(), mInputBuffer.getConstArray() + mPos, theBytes2Read ); in readBytes()108 mPos += theBytes2Read; in readBytes()110 return theBytes2Read; in readBytes()
Completed in 10 milliseconds