Searched refs:maCompBuffer (Results 1 – 2 of 2) sorted by relevance
261 sal_Int32 nZipRead = mxZipStream->readBytes( maCompBuffer, nToRead ); in readBytes()272 maCRC.update( maCompBuffer ); in readBytes()274 maCompBuffer = m_xCipherContext->convertWithCipherContext( maCompBuffer ); in readBytes()280 sal_Int32 nOldLen = maCompBuffer.getLength(); in readBytes()281 maCompBuffer.realloc( nOldLen + aSuffix.getLength() ); in readBytes()282 … rtl_copyMemory( maCompBuffer.getArray() + nOldLen, aSuffix.getConstArray(), aSuffix.getLength() ); in readBytes()286 maInflater.setInput ( maCompBuffer ); in readBytes()
55 com::sun::star::uno::Sequence < sal_Int8 > maCompBuffer, maHeader; member in XUnbufferedStream
Completed in 17 milliseconds