Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h59 bool PasswordIsDefined; member
62 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()
66 PasswordIsDefined(false) in CCompressionMethodMode()
D7zHandlerOut.cpp572 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()
D7zOut.cpp785 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase()
809 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
D7zEncode.cpp516 if (!_options.PasswordIsDefined) in EncoderConstr()
623 if (_options.PasswordIsDefined) in EncoderConstr()
D7zUpdate.cpp1787 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/
DClient7z.cpp175 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/
DOpenCallbackConsole.h44 , PasswordIsDefined(false) in COpenCallbackConsole()
60 bool PasswordIsDefined;
DOpenCallbackConsole.cpp87 if (!PasswordIsDefined) in Open_CryptoGetTextPassword()
91 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
DUpdateCallbackConsole.h99 bool PasswordIsDefined;
109 , PasswordIsDefined(false) in CUpdateCallbackConsole()
DUpdateCallbackConsole.cpp649 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()
DMain.cpp874 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2()
1078 openCallback.PasswordIsDefined = passwordIsDefined; in Main2()
1090 callback.PasswordIsDefined = passwordIsDefined; in Main2()
DExtractCallbackConsole.cpp499 PasswordIsDefined = true; in SetPassword()
DList.cpp1107 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp212 if (extractCallback->PasswordIsDefined) in ExtractGUI()
229 extractCallback->PasswordIsDefined = !dialog.Password.IsEmpty(); in ExtractGUI()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h276 bool PasswordIsDefined; variable
293 PasswordIsDefined(false), in CExtractCallbackImp()
DExtractCallback.cpp649 PasswordIsDefined = true; in SetPassword()
657 if (!PasswordIsDefined) in CryptoGetTextPassword()
668 PasswordIsDefined = true; in CryptoGetTextPassword()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp156 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp400 ecs->PasswordIsDefined = passwordEnabled; in Main2()