Home
last modified time | relevance | path

Searched refs:k_LZMA2 (Results 1 - 6 of 6) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
H A D7zHeader.h104 const UInt32 k_LZMA2 = 0x21; member
H A D7zHandlerOut.cpp146 case k_LZMA2: dicSize = oneMethodInfo.Get_Lzma_DicSize(); break; in SetMainMethod()
196 if (methodFull.Id == k_LZMA2) in SetMainMethod()
H A D7zHandler.cpp210 if (id == k_LZMA2) in GetArchiveProperty()
461 else if (id == k_LZMA2) in SetMethodToProp()
H A D7zIn.cpp797 if (id == k_LZMA2 && propsSize == 1) in ReadUnpackInfo()
H A D7zUpdate.cpp1314 if (nextMethod.Id == k_LZMA || nextMethod.Id == k_LZMA2) in MakeExeMethod()
/third_party/lzma/C/
H A D7zDec.c25 #define k_LZMA2 0x21 macro
308 case k_LZMA2: in IS_MAIN_METHOD()
477 else if (coder->MethodID == k_LZMA2) in SzFolder_Decode2()

Completed in 9 milliseconds