Home
last modified time | relevance | path

Searched refs:mpOutBuf (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx93 mpInBuf = mpOutBuf = NULL; in BeginCompression()
128 delete[] mpOutBuf; in EndCompression()
177 PZSTREAM->next_out = mpOutBuf = new sal_uInt8[ PZSTREAM->avail_out = mnOutBufSize ]; in Decompress()
350 mnCRC = UpdateCRC( mnCRC, mpOutBuf, nAvail ); in ImplWriteBack()
351 mpOStm->Write( PZSTREAM->next_out = mpOutBuf, nAvail ); in ImplWriteBack()
454 PZSTREAM->next_out = mpOutBuf = new sal_uInt8[ PZSTREAM->avail_out = mnOutBufSize ]; in ImplInitBuf()
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx81 sal_uInt8* mpOutBuf; member in ZCodec

Completed in 13 milliseconds