Home
last modified time | relevance | path

Searched refs:PasswordIsDefined (Results 1 – 18 of 18) sorted by relevance

/third_party/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h65 bool PasswordIsDefined; member
68 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()
79 , PasswordIsDefined(false) in CCompressionMethodMode()
D7zHandlerOut.cpp675 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()
D7zOut.cpp845 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase()
869 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
D7zEncode.cpp521 if (!_options.PasswordIsDefined) in EncoderConstr()
628 if (_options.PasswordIsDefined) in EncoderConstr()
D7zUpdate.cpp1831 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/
DClient7z.cpp193 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/
DOpenCallbackConsole.h44 , PasswordIsDefined(false) in COpenCallbackConsole()
62 bool PasswordIsDefined;
DOpenCallbackConsole.cpp87 if (!PasswordIsDefined) in Open_CryptoGetTextPassword()
91 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
DUpdateCallbackConsole.h105 bool PasswordIsDefined; variable
113 , PasswordIsDefined(false) in CUpdateCallbackConsole()
DUpdateCallbackConsole.cpp710 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()
DMain.cpp1202 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2()
1414 openCallback.PasswordIsDefined = passwordIsDefined; in Main2()
1426 callback.PasswordIsDefined = passwordIsDefined; in Main2()
DExtractCallbackConsole.cpp519 PasswordIsDefined = true; in SetPassword()
DList.cpp1133 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
/third_party/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp228 if (extractCallback->PasswordIsDefined) in ExtractGUI()
245 extractCallback->PasswordIsDefined = !dialog.Password.IsEmpty(); in ExtractGUI()
/third_party/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h276 bool PasswordIsDefined; variable
300 PasswordIsDefined(false), in CExtractCallbackImp()
DExtractCallback.cpp656 PasswordIsDefined = true; in SetPassword()
664 if (!PasswordIsDefined) in CryptoGetTextPassword()
675 PasswordIsDefined = true; in CryptoGetTextPassword()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp156 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp425 ecs->PasswordIsDefined = passwordEnabled; in Main2()