/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zCompressionMode.h | 65 bool PasswordIsDefined; member 68 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() 79 , PasswordIsDefined(false) in CCompressionMethodMode()
|
D | 7zHandlerOut.cpp | 675 methodMode.PasswordIsDefined = false; in UpdateItems() 682 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems() 683 if (methodMode.PasswordIsDefined && password) in UpdateItems() 692 if (!methodMode.PasswordIsDefined && _passwordIsDefined) in UpdateItems() 695 methodMode.PasswordIsDefined = true; in UpdateItems() 700 if (methodMode.PasswordIsDefined) in UpdateItems() 711 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined; in UpdateItems()
|
D | 7zOut.cpp | 845 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase() 869 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
|
D | 7zEncode.cpp | 521 if (!_options.PasswordIsDefined) in EncoderConstr() 628 if (_options.PasswordIsDefined) in EncoderConstr()
|
D | 7zUpdate.cpp | 1831 fm.Encrypted = method.PasswordIsDefined; in Update() 1854 if (options.Method->PasswordIsDefined) in Update() 2003 if (!method.PasswordIsDefined) in Update() 2009 method.PasswordIsDefined = true; in Update() 2014 method.PasswordIsDefined = false; in Update()
|
/third_party/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 193 bool PasswordIsDefined; member in CArchiveOpenCallback 196 CArchiveOpenCallback() : PasswordIsDefined(false) {} in CArchiveOpenCallback() 211 if (!PasswordIsDefined) in CryptoGetTextPassword() 365 bool PasswordIsDefined; member in CArchiveExtractCallback 368 CArchiveExtractCallback() : PasswordIsDefined(false) {} in CArchiveExtractCallback() 594 if (!PasswordIsDefined) in CryptoGetTextPassword() 651 bool PasswordIsDefined; member in CArchiveUpdateCallback 662 PasswordIsDefined(false), in CArchiveUpdateCallback() 817 if (!PasswordIsDefined) in CryptoGetTextPassword2() 828 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2() [all …]
|
/third_party/lzma/CPP/7zip/UI/Console/ |
D | OpenCallbackConsole.h | 44 , PasswordIsDefined(false) in COpenCallbackConsole() 62 bool PasswordIsDefined;
|
D | OpenCallbackConsole.cpp | 87 if (!PasswordIsDefined) in Open_CryptoGetTextPassword() 91 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
|
D | UpdateCallbackConsole.h | 105 bool PasswordIsDefined; variable 113 , PasswordIsDefined(false) in CUpdateCallbackConsole()
|
D | UpdateCallbackConsole.cpp | 710 if (!PasswordIsDefined) in CryptoGetTextPassword2() 715 PasswordIsDefined = true; in CryptoGetTextPassword2() 718 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2() 738 if (!PasswordIsDefined) in CryptoGetTextPassword() 742 PasswordIsDefined = true; in CryptoGetTextPassword()
|
D | Main.cpp | 1202 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2() 1414 openCallback.PasswordIsDefined = passwordIsDefined; in Main2() 1426 callback.PasswordIsDefined = passwordIsDefined; in Main2()
|
D | ExtractCallbackConsole.cpp | 519 PasswordIsDefined = true; in SetPassword()
|
D | List.cpp | 1133 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
|
/third_party/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 228 if (extractCallback->PasswordIsDefined) in ExtractGUI() 245 extractCallback->PasswordIsDefined = !dialog.Password.IsEmpty(); in ExtractGUI()
|
/third_party/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 276 bool PasswordIsDefined; variable 300 PasswordIsDefined(false), in CExtractCallbackImp()
|
D | ExtractCallback.cpp | 656 PasswordIsDefined = true; in SetPassword() 664 if (!PasswordIsDefined) in CryptoGetTextPassword() 675 PasswordIsDefined = true; in CryptoGetTextPassword()
|
/third_party/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 156 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2()
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 425 ecs->PasswordIsDefined = passwordEnabled; in Main2()
|