Home | History | Annotate | Download | only in 7z

Lines Matching defs:method

351 static void MakeExeMethod(const CCompressionMethodMode &method,

354 exeMethod = method;
820 const CCompressionMethodMode &method = *options.Method;
821 if (method.Methods.Size() != 1 || method.Binds.Size() != 0)
835 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i);
847 if (options.Method->PasswordIsDefined)
848 getPasswordSpec->Password = options.Method->Password;
873 CCompressionMethodMode method;
876 MakeExeMethod(*options.Method, options.MaxFilter, method);
879 method = *options.Method;
883 if (!method.PasswordIsDefined)
887 method.Password = getPasswordSpec->Password;
889 method.PasswordIsDefined = true;
894 method.PasswordIsDefined = false;
895 method.Password.Empty();
898 CEncoder encoder(method);