Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h36 bool PasswordIsDefined; member
39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()
40 CCompressionMethodMode(): PasswordIsDefined(false) in CCompressionMethodMode()
D7zHandlerOut.cpp537 methodMode.PasswordIsDefined = false; in UpdateItems()
544 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems()
545 if (methodMode.PasswordIsDefined && (BSTR)password) in UpdateItems()
553 if (methodMode.PasswordIsDefined) in UpdateItems()
564 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined; in UpdateItems()
D7zUpdate.cpp909 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i); in Update()
921 if (options.Method->PasswordIsDefined) in Update()
1045 if (!method.PasswordIsDefined) in Update()
1051 method.PasswordIsDefined = true; in Update()
1056 method.PasswordIsDefined = false; in Update()
D7zOut.cpp800 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase()
824 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
D7zEncode.cpp315 if (!_options.PasswordIsDefined) in EncoderConstr()
411 if (_options.PasswordIsDefined) in EncoderConstr()
/external/lzma/CPP/7zip/UI/Console/
DOpenCallbackConsole.cpp33 if (!PasswordIsDefined) in Open_CryptoGetTextPassword()
36 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
43 passwordIsDefined = PasswordIsDefined; in Open_GetPasswordIfAny()
DUpdateCallbackConsole.cpp223 if (!PasswordIsDefined) in CryptoGetTextPassword2()
228 PasswordIsDefined = true; in CryptoGetTextPassword2()
231 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
247 if (!PasswordIsDefined) in CryptoGetTextPassword()
251 PasswordIsDefined = true; in CryptoGetTextPassword()
DOpenCallbackConsole.h18 bool PasswordIsDefined; variable
21 COpenCallbackConsole(): PasswordIsDefined(false), PasswordWasAsked(false) {} in COpenCallbackConsole()
DUpdateCallbackConsole.h52 bool PasswordIsDefined;
60 PasswordIsDefined(false), in CUpdateCallbackConsole()
DExtractCallbackConsole.cpp188 PasswordIsDefined = true; in SetPassword()
195 if (!PasswordIsDefined) in CryptoGetTextPassword()
198 PasswordIsDefined = true; in CryptoGetTextPassword()
DExtractCallbackConsole.h60 bool PasswordIsDefined; variable
DMain.cpp664 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2()
674 openCallback.PasswordIsDefined = options.PasswordEnabled; in Main2()
832 openCallback.PasswordIsDefined = passwordIsDefined; in Main2()
840 callback.PasswordIsDefined = passwordIsDefined; in Main2()
DList.cpp913 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp141 bool PasswordIsDefined; member in CArchiveOpenCallback
144 CArchiveOpenCallback() : PasswordIsDefined(false) {} in CArchiveOpenCallback()
159 if (!PasswordIsDefined) in CryptoGetTextPassword()
229 bool PasswordIsDefined; member in CArchiveExtractCallback
232 CArchiveExtractCallback() : PasswordIsDefined(false) {} in CArchiveExtractCallback()
452 if (!PasswordIsDefined) in CryptoGetTextPassword()
513 bool PasswordIsDefined; member in CArchiveUpdateCallback
522 CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false), DirItems(0) {}; in CArchiveUpdateCallback()
680 if (!PasswordIsDefined) in CryptoGetTextPassword2()
691 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
[all …]
/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.h293 bool PasswordIsDefined; variable
300 PasswordIsDefined(false), in CExtractCallbackImp()
DExtractCallback.cpp109 passwordIsDefined = PasswordIsDefined; in Open_GetPasswordIfAny()
511 PasswordIsDefined = true; in SetPassword()
519 if (!PasswordIsDefined) in CryptoGetTextPassword()
530 PasswordIsDefined = true; in CryptoGetTextPassword()
/external/lzma/CPP/7zip/Bundles/SFXCon/
DSfxCon.cpp375 ecs->PasswordIsDefined = passwordEnabled; in Main2()
385 openCallback.PasswordIsDefined = passwordEnabled; in Main2()
/external/lzma/CPP/7zip/Bundles/SFXWin/
DSfxWin.cpp152 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2()