/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zCompressionMode.h | 36 bool PasswordIsDefined; member 39 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty() 40 CCompressionMethodMode(): PasswordIsDefined(false) in CCompressionMethodMode()
|
D | 7zHandlerOut.cpp | 537 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()
|
D | 7zUpdate.cpp | 909 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()
|
D | 7zOut.cpp | 800 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase() 824 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
|
D | 7zEncode.cpp | 315 if (!_options.PasswordIsDefined) in EncoderConstr() 411 if (_options.PasswordIsDefined) in EncoderConstr()
|
/external/lzma/CPP/7zip/UI/Console/ |
D | OpenCallbackConsole.cpp | 33 if (!PasswordIsDefined) in Open_CryptoGetTextPassword() 36 PasswordIsDefined = true; in Open_CryptoGetTextPassword() 43 passwordIsDefined = PasswordIsDefined; in Open_GetPasswordIfAny()
|
D | UpdateCallbackConsole.cpp | 223 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()
|
D | OpenCallbackConsole.h | 18 bool PasswordIsDefined; variable 21 COpenCallbackConsole(): PasswordIsDefined(false), PasswordWasAsked(false) {} in COpenCallbackConsole()
|
D | UpdateCallbackConsole.h | 52 bool PasswordIsDefined; 60 PasswordIsDefined(false), in CUpdateCallbackConsole()
|
D | ExtractCallbackConsole.cpp | 188 PasswordIsDefined = true; in SetPassword() 195 if (!PasswordIsDefined) in CryptoGetTextPassword() 198 PasswordIsDefined = true; in CryptoGetTextPassword()
|
D | ExtractCallbackConsole.h | 60 bool PasswordIsDefined; variable
|
D | Main.cpp | 664 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()
|
D | List.cpp | 913 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
|
/external/lzma/CPP/7zip/UI/Client7z/ |
D | Client7z.cpp | 141 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/ |
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 | 293 bool PasswordIsDefined; variable 300 PasswordIsDefined(false), in CExtractCallbackImp()
|
D | ExtractCallback.cpp | 109 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/ |
D | SfxCon.cpp | 375 ecs->PasswordIsDefined = passwordEnabled; in Main2() 385 openCallback.PasswordIsDefined = passwordEnabled; in Main2()
|
/external/lzma/CPP/7zip/Bundles/SFXWin/ |
D | SfxWin.cpp | 152 ecs->PasswordIsDefined = !password.IsEmpty(); in WinMain2()
|