Lines Matching refs:sal_uIntPtr
59 ZCodec::ZCodec( sal_uIntPtr nInBufSize, sal_uIntPtr nOutBufSize, sal_uIntPtr nMemUsage ) in ZCodec()
86 void ZCodec::BeginCompression( sal_uIntPtr nCompressMethod ) in BeginCompression()
166 sal_uIntPtr nInToRead; 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()
240 sal_uIntPtr nInToRead; in Read()
284 long ZCodec::ReadAsynchron( SvStream& rIStm, sal_uInt8* pData, sal_uIntPtr nSize ) in ReadAsynchron()
287 sal_uIntPtr nInToRead; in ReadAsynchron()
305 sal_uIntPtr nStreamPos = rIStm.Tell(); in ReadAsynchron()
307 sal_uIntPtr nMaxPos = rIStm.Tell(); in ReadAsynchron()
345 sal_uIntPtr nAvail = mnOutBufSize - PZSTREAM->avail_out; 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()
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()
479 void GZCodec::BeginCompression( sal_uIntPtr nCompressMethod ) in BeginCompression()