Searched refs:INPUTSTREAM_BUFFERSIZE (Results 1 – 1 of 1) sorted by relevance
49 const sal_Int32 INPUTSTREAM_BUFFERSIZE = 0x8000; variable132 …ufferSize = getLimitedValue< sal_Int32, sal_Int64 >( nBytes, 0, (INPUTSTREAM_BUFFERSIZE / nAtomSiz… in copyToStream()152 maBuffer( INPUTSTREAM_BUFFERSIZE ), in BinaryXInputStream()200 …l_Int32 nBufferSize = getLimitedValue< sal_Int32, sal_Int32 >( nBytes, 0, INPUTSTREAM_BUFFERSIZE ); in readMemory()
Completed in 12 milliseconds