Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Common/
DMethodProps.h136 UInt32 Get_BZip2_BlockSize() const in Get_BZip2_BlockSize() function
/external/lzma/CPP/7zip/Archive/7z/
D7zHandlerOut.cpp138 case k_BZip2: dicSize = oneMethodInfo.Get_BZip2_BlockSize(); break; in SetMainMethod()