Home
last modified time | relevance | path

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

/trunk/main/tools/source/zcodec/
H A Dzcodec.cxx95 mnCompressMethod = nCompressMethod; in BeginCompression()
188 if ( mnCompressMethod & ZCODEC_UPDATE_CRC ) in Decompress()
261 if ( mnCompressMethod & ZCODEC_UPDATE_CRC ) in Read()
320 if ( mnCompressMethod & ZCODEC_UPDATE_CRC ) in ReadAsynchron()
349 if ( mbInit & 2 && ( mnCompressMethod & ZCODEC_UPDATE_CRC ) ) in ImplWriteBack()
393 if ( mbStatus && ( mnCompressMethod & ZCODEC_GZ_LIB ) ) in ImplInitBuf()
450 mbStatus = ( deflateInit2_( PZSTREAM, mnCompressMethod & 0xff, Z_DEFLATED, in ImplInitBuf()
451 MAX_WBITS, mnMemUsage, ( mnCompressMethod >> 8 ) & 0xff, in ImplInitBuf()
/trunk/main/tools/inc/tools/
H A Dzcodec.hxx85 sal_uIntPtr mnCompressMethod; member in ZCodec

Completed in 23 milliseconds