Lines Matching refs:ZCodec
59 ZCodec::ZCodec( sal_uIntPtr nInBufSize, sal_uIntPtr nOutBufSize, sal_uIntPtr nMemUsage ) in ZCodec() function in ZCodec
68 ZCodec::ZCodec( void ) in ZCodec() function in ZCodec
79 ZCodec::~ZCodec() in ~ZCodec()
86 void ZCodec::BeginCompression( sal_uIntPtr nCompressMethod ) in BeginCompression()
104 long ZCodec::EndCompression() in EndCompression()
137 long ZCodec::Compress( SvStream& rIStm, SvStream& rOStm ) in Compress()
163 long ZCodec::Decompress( SvStream& rIStm, SvStream& rOStm ) in Decompress()
210 long ZCodec::Write( SvStream& rOStm, const sal_uInt8* pData, sal_uIntPtr nSize ) in Write()
237 long ZCodec::Read( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize ) in Read()
284 long ZCodec::ReadAsynchron( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize ) in ReadAsynchron()
343 void ZCodec::ImplWriteBack() in ImplWriteBack()
358 void ZCodec::SetBreak( sal_uIntPtr nInToRead ) in SetBreak()
365 sal_uIntPtr ZCodec::GetBreak( void ) in GetBreak()
372 void ZCodec::SetCRC( sal_uIntPtr nCRC ) in SetCRC()
379 sal_uIntPtr ZCodec::GetCRC() in GetCRC()
386 void ZCodec::ImplInitBuf ( sal_Bool nIOFlag ) in ImplInitBuf()
461 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uIntPtr nNumber ) in UpdateCRC()
472 sal_uIntPtr ZCodec::UpdateCRC ( sal_uIntPtr nLatestCRC, sal_uInt8* pSource, long nDatSize) in UpdateCRC()
481 ZCodec::BeginCompression( nCompressMethod | ZCODEC_GZ_LIB ); in BeginCompression()