/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zCompressionMode.h | 59 bool PasswordIsDefined; member 62 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() 66 PasswordIsDefined(false) in CCompressionMethodMode()
|
D | 7zHandlerOut.cpp | 572 methodMode.PasswordIsDefined = false; in UpdateItems() 579 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems() 580 if (methodMode.PasswordIsDefined && password) in UpdateItems() 589 if (!methodMode.PasswordIsDefined && _passwordIsDefined) in UpdateItems() 592 methodMode.PasswordIsDefined = true; in UpdateItems() 597 if (methodMode.PasswordIsDefined) in UpdateItems() 608 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined; in UpdateItems()
|
D | 7zOut.cpp | 785 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase() 809 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
|
D | 7zEncode.cpp | 516 if (!_options.PasswordIsDefined) in EncoderConstr() 623 if (_options.PasswordIsDefined) in EncoderConstr()
|
D | 7zUpdate.cpp | 1787 fm.Encrypted = method.PasswordIsDefined; in Update() 1810 if (options.Method->PasswordIsDefined) in Update() 1959 if (!method.PasswordIsDefined) in Update() 1965 method.PasswordIsDefined = true; in Update() 1970 method.PasswordIsDefined = false; in Update()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 175 bool PasswordIsDefined; member in CArchiveOpenCallback 178 CArchiveOpenCallback() : PasswordIsDefined(false) {} in CArchiveOpenCallback() 193 if (!PasswordIsDefined) in CryptoGetTextPassword() 267 bool PasswordIsDefined; member in CArchiveExtractCallback 270 CArchiveExtractCallback() : PasswordIsDefined(false) {} in CArchiveExtractCallback() 490 if (!PasswordIsDefined) in CryptoGetTextPassword() 550 bool PasswordIsDefined; member in CArchiveUpdateCallback 559 CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false), DirItems(0) {}; in CArchiveUpdateCallback() 711 if (!PasswordIsDefined) in CryptoGetTextPassword2() 722 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2() [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | OpenCallbackConsole.h | 44 , PasswordIsDefined(false) in COpenCallbackConsole() 60 bool PasswordIsDefined;
|
D | OpenCallbackConsole.cpp | 87 if (!PasswordIsDefined) in Open_CryptoGetTextPassword() 91 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
|
D | UpdateCallbackConsole.h | 99 bool PasswordIsDefined; 109 , PasswordIsDefined(false) in CUpdateCallbackConsole()
|
D | UpdateCallbackConsole.cpp | 649 if (!PasswordIsDefined) in CryptoGetTextPassword2() 654 PasswordIsDefined = true; in CryptoGetTextPassword2() 657 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2() 677 if (!PasswordIsDefined) in CryptoGetTextPassword() 681 PasswordIsDefined = true; in CryptoGetTextPassword()
|
D | Main.cpp | 873 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2() 1077 openCallback.PasswordIsDefined = passwordIsDefined; in Main2() 1089 callback.PasswordIsDefined = passwordIsDefined; in Main2()
|
D | ExtractCallbackConsole.cpp | 499 PasswordIsDefined = true; in SetPassword()
|
D | List.cpp | 1107 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 276 bool PasswordIsDefined; variable 293 PasswordIsDefined(false), in CExtractCallbackImp()
|
D | ExtractCallback.cpp | 649 PasswordIsDefined = true; in SetPassword() 657 if (!PasswordIsDefined) in CryptoGetTextPassword() 668 PasswordIsDefined = true; in CryptoGetTextPassword()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 212 if (extractCallback->PasswordIsDefined) in ExtractGUI() 229 extractCallback->PasswordIsDefined = !dialog.Password.IsEmpty(); in ExtractGUI()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 156 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2()
|
/external/lzma/CPP/7zip/Bundles/SFXCon/ |
D | SfxCon.cpp | 400 ecs->PasswordIsDefined = passwordEnabled; in Main2()
|