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

  /external/lzma/CPP/7zip/Archive/7z/
7zHandlerOut.cpp 51 CCompressionMethodMode &headerMethod)
63 // headerMethod.Methods.Add(methodMode.Methods.Back());
93 HRESULT res = SetCompressionMethod(headerMethod, headerMethodInfoVector
328 CCompressionMethodMode methodMode, headerMethod;
329 RINOK(SetCompressionMethod(methodMode, headerMethod));
332 headerMethod.NumThreads = 1;
365 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined;
366 headerMethod.Password = methodMode.Password;
375 options.HeaderMethod = (_compressHeaders || encryptHeaders) ? &headerMethod : 0;
    [all...]
7zHandler.h 102 CCompressionMethodMode &headerMethod);

Completed in 46 milliseconds