/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zCompressionMode.h | 57 bool PasswordIsDefined; member 60 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() 64 PasswordIsDefined(false) in CCompressionMethodMode()
|
D | 7zHandlerOut.cpp | 559 methodMode.PasswordIsDefined = false; in UpdateItems() 566 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems() 567 if (methodMode.PasswordIsDefined && password) in UpdateItems() 576 if (!methodMode.PasswordIsDefined && _passwordIsDefined) in UpdateItems() 579 methodMode.PasswordIsDefined = true; in UpdateItems() 584 if (methodMode.PasswordIsDefined) in UpdateItems() 595 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined; in UpdateItems()
|
D | 7zOut.cpp | 813 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase() 837 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
|
D | 7zEncode.cpp | 494 if (!_options.PasswordIsDefined) in EncoderConstr() 601 if (_options.PasswordIsDefined) in EncoderConstr()
|
D | 7zUpdate.cpp | 1768 fm.Encrypted = method.PasswordIsDefined; in Update() 1791 if (options.Method->PasswordIsDefined) in Update() 1939 if (!method.PasswordIsDefined) in Update() 1945 method.PasswordIsDefined = true; in Update() 1950 method.PasswordIsDefined = false; in Update()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 149 bool PasswordIsDefined; member in CArchiveOpenCallback 152 CArchiveOpenCallback() : PasswordIsDefined(false) {} in CArchiveOpenCallback() 167 if (!PasswordIsDefined) in CryptoGetTextPassword() 237 bool PasswordIsDefined; member in CArchiveExtractCallback 240 CArchiveExtractCallback() : PasswordIsDefined(false) {} in CArchiveExtractCallback() 460 if (!PasswordIsDefined) in CryptoGetTextPassword() 520 bool PasswordIsDefined; member in CArchiveUpdateCallback 529 CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false), DirItems(0) {}; in CArchiveUpdateCallback() 681 if (!PasswordIsDefined) in CryptoGetTextPassword2() 692 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2() [all …]
|
/external/lzma/CPP/7zip/UI/Console/ |
D | OpenCallbackConsole.h | 43 , PasswordIsDefined(false) in COpenCallbackConsole() 59 bool PasswordIsDefined;
|
D | OpenCallbackConsole.cpp | 83 if (!PasswordIsDefined) in Open_CryptoGetTextPassword() 87 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
|
D | UpdateCallbackConsole.h | 99 bool PasswordIsDefined; 109 , PasswordIsDefined(false) in CUpdateCallbackConsole()
|
D | UpdateCallbackConsole.cpp | 621 if (!PasswordIsDefined) in CryptoGetTextPassword2() 626 PasswordIsDefined = true; in CryptoGetTextPassword2() 629 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2() 649 if (!PasswordIsDefined) in CryptoGetTextPassword() 653 PasswordIsDefined = true; in CryptoGetTextPassword()
|
D | Main.cpp | 865 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2() 1069 openCallback.PasswordIsDefined = passwordIsDefined; in Main2() 1081 callback.PasswordIsDefined = passwordIsDefined; in Main2()
|
D | ExtractCallbackConsole.cpp | 451 PasswordIsDefined = true; in SetPassword()
|
D | List.cpp | 1044 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | ExtractGUI.cpp | 203 if (extractCallback->PasswordIsDefined) in ExtractGUI() 220 extractCallback->PasswordIsDefined = !dialog.Password.IsEmpty(); in ExtractGUI()
|
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ExtractCallback.h | 276 bool PasswordIsDefined; variable 293 PasswordIsDefined(false), in CExtractCallbackImp()
|
D | ExtractCallback.cpp | 651 PasswordIsDefined = true; in SetPassword() 659 if (!PasswordIsDefined) in CryptoGetTextPassword() 670 PasswordIsDefined = true; in CryptoGetTextPassword()
|
/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 | 396 ecs->PasswordIsDefined = passwordEnabled; in Main2()
|