Home
last modified time | relevance | path

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

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx64 mnOutBufSize = nOutBufSize; in ZCodec()
73 mnOutBufSize = DEFAULT_OUT_BUFSIZE; in ZCodec()
177 PZSTREAM->next_out = mpOutBuf = new sal_uInt8[ PZSTREAM->avail_out = mnOutBufSize ]; in Decompress()
345 sal_uIntPtr nAvail = mnOutBufSize - PZSTREAM->avail_out; in ImplWriteBack()
352 PZSTREAM->avail_out = mnOutBufSize; in ImplWriteBack()
454 PZSTREAM->next_out = mpOutBuf = new sal_uInt8[ PZSTREAM->avail_out = mnOutBufSize ]; in ImplInitBuf()
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx82 sal_uIntPtr mnOutBufSize; member in ZCodec

Completed in 18 milliseconds