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 HRESULT CHandler::SetHeaderMethod(CCompressionMethodMode &headerMethod)
65 headerMethod.Methods.Add(methodFull);
518 CCompressionMethodMode methodMode, headerMethod;
528 RINOK(SetHeaderMethod(headerMethod));
531 headerMethod.NumThreads = 1;
564 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined;
565 headerMethod.Password = methodMode.Password;
574 options.HeaderMethod = (_compressHeaders || encryptHeaders) ? &headerMethod : 0;
633 newDatabase, options.HeaderMethod, options.HeaderOptions);
    [all...]
7zHandler.h 152 HRESULT SetHeaderMethod(CCompressionMethodMode &headerMethod);

Completed in 417 milliseconds