Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h57 bool PasswordIsDefined; member
60 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()
64 PasswordIsDefined(false) in CCompressionMethodMode()
D7zHandlerOut.cpp559 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()
D7zOut.cpp813 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase()
837 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
D7zEncode.cpp494 if (!_options.PasswordIsDefined) in EncoderConstr()
601 if (_options.PasswordIsDefined) in EncoderConstr()
D7zUpdate.cpp1768 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/
DClient7z.cpp149 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/
DOpenCallbackConsole.h43 , PasswordIsDefined(false) in COpenCallbackConsole()
59 bool PasswordIsDefined;
DOpenCallbackConsole.cpp83 if (!PasswordIsDefined) in Open_CryptoGetTextPassword()
87 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
DUpdateCallbackConsole.h99 bool PasswordIsDefined;
109 , PasswordIsDefined(false) in CUpdateCallbackConsole()
DUpdateCallbackConsole.cpp621 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()
DMain.cpp865 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2()
1069 openCallback.PasswordIsDefined = passwordIsDefined; in Main2()
1081 callback.PasswordIsDefined = passwordIsDefined; in Main2()
DExtractCallbackConsole.cpp451 PasswordIsDefined = true; in SetPassword()
DList.cpp1044 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
/external/lzma/CPP/7zip/UI/GUI/
DExtractGUI.cpp203 if (extractCallback->PasswordIsDefined) in ExtractGUI()
220 extractCallback->PasswordIsDefined = !dialog.Password.IsEmpty(); in ExtractGUI()
/external/lzma/CPP/7zip/UI/FileManager/
DExtractCallback.h276 bool PasswordIsDefined; variable
293 PasswordIsDefined(false), in CExtractCallbackImp()
DExtractCallback.cpp651 PasswordIsDefined = true; in SetPassword()
659 if (!PasswordIsDefined) in CryptoGetTextPassword()
670 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.cpp396 ecs->PasswordIsDefined = passwordEnabled; in Main2()