Searched refs:NLzma (Results 1 – 8 of 8) sorted by relevance
9 static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::NLzma::CDecoder); } in CreateCodec()12 static void *CreateCodecOut() { return (void *)(ICompressCoder *)(new NCompress::NLzma::CEncoder); … in CreateCodecOut()
14 namespace NLzma { namespace53 RINOK(NLzma::SetLzmaProp(propID, prop, lzma2Props.lzmaProps)); in SetLzma2Prop()
13 namespace NLzma {
12 namespace NLzma {
13 namespace NLzma { namespace
25 namespace NLzma { namespace
374 NCompress::NLzma::CEncoder *encoderSpec = new NCompress::NLzma::CEncoder; in main2()476 NCompress::NLzma::CDecoder *decoderSpec = new NCompress::NLzma::CDecoder; in main2()
24 namespace NLzma { namespace71 NCompress::NLzma::CDecoder *_lzmaDecoderSpec;97 _lzmaDecoderSpec = new NCompress::NLzma::CDecoder; in Create()