OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NLzma
(Results
1 - 8
of
8
) sorted by null
/external/lzma/CPP/7zip/Compress/
LzmaRegister.cpp
9
static void *CreateCodec() { return (void *)(ICompressCoder *)(new NCompress::
NLzma
::CDecoder); }
12
static void *CreateCodecOut() { return (void *)(ICompressCoder *)(new NCompress::
NLzma
::CEncoder); }
LzmaEncoder.h
13
namespace
NLzma
{
Lzma2Encoder.cpp
14
namespace
NLzma
{
53
RINOK(
NLzma
::SetLzmaProp(propID, prop, lzma2Props.lzmaProps));
LzmaDecoder.h
12
namespace
NLzma
{
LzmaEncoder.cpp
13
namespace
NLzma
{
LzmaDecoder.cpp
25
namespace
NLzma
{
/external/lzma/CPP/7zip/Bundles/LzmaCon/
LzmaAlone.cpp
159
PrintMessage("\
nLZMA
" MY_VERSION_COPYRIGHT_DATE "\n");
413
NCompress::
NLzma
::CEncoder *encoderSpec = new NCompress::
NLzma
::CEncoder;
515
NCompress::
NLzma
::CDecoder *decoderSpec = new NCompress::
NLzma
::CDecoder;
/external/lzma/CPP/7zip/Archive/
LzmaHandler.cpp
24
namespace
NLzma
{
81
NCompress::
NLzma
::CDecoder *_lzmaDecoderSpec;
105
_lzmaDecoderSpec = new NCompress::
NLzma
::CDecoder;
Completed in 469 milliseconds