Searched refs:nMaxBytes (Results 1 – 1 of 1) sorted by relevance
319 sal_Int32 nMaxBytes = getMaxBytes( nBytes ); in readData() local320 nReadBytes = mpInStrm->readData( orData, nMaxBytes, nAtomSize ); in readData()322 mbEof = (nMaxBytes < nBytes) || mpInStrm->isEof(); in readData()332 sal_Int32 nMaxBytes = getMaxBytes( nBytes ); in readMemory() local333 nReadBytes = mpInStrm->readMemory( opMem, nMaxBytes, nAtomSize ); in readMemory()335 mbEof = (nMaxBytes < nBytes) || mpInStrm->isEof(); in readMemory()
Completed in 12 milliseconds