HomeSort by relevance Sort by last modified time
    Searched refs:FinishStream (Results 1 - 4 of 4) sorted by null

  /external/lzma/CPP/7zip/Compress/
LzmaDecoder.h 76 bool FinishStream; // set it before decoding, if you need to decode full LZMA stream
LzmaDecoder.cpp 30 FinishStream(false),
116 if (FinishStream)
152 if (FinishStream &&
  /external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp 106 _lzmaDecoderSpec->FinishStream = true;
  /external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp 517 decoderSpec->FinishStream = true;

Completed in 46 milliseconds