Home
last modified time | relevance | path

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

/external/lzma/CPP/7zip/Archive/7z/
D7zCompressionMode.h37 bool PasswordIsDefined; member
40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()
41 CCompressionMethodMode(): PasswordIsDefined(false) in CCompressionMethodMode()
D7zHandlerOut.cpp343 methodMode.PasswordIsDefined = IntToBool(passwordIsDefined); in UpdateItems()
344 if (methodMode.PasswordIsDefined) in UpdateItems()
348 methodMode.PasswordIsDefined = false; in UpdateItems()
354 if (methodMode.PasswordIsDefined) in UpdateItems()
365 headerMethod.PasswordIsDefined = methodMode.PasswordIsDefined; in UpdateItems()
D7zUpdate.cpp835 groups[GetGroupIndex(method.PasswordIsDefined, filteredGroup)].Indices.Add(i); in Update()
847 if (options.Method->PasswordIsDefined) in Update()
883 if (!method.PasswordIsDefined) in Update()
889 method.PasswordIsDefined = true; in Update()
894 method.PasswordIsDefined = false; in Update()
D7zEncode.cpp295 if (!_options.PasswordIsDefined) in EncoderConstr()
391 if (_options.PasswordIsDefined) in EncoderConstr()
D7zOut.cpp767 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase()
792 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
/external/lzma/CPP/7zip/UI/Console/
DOpenCallbackConsole.cpp33 if (!PasswordIsDefined) in Open_CryptoGetTextPassword()
36 PasswordIsDefined = true; in Open_CryptoGetTextPassword()
43 if (PasswordIsDefined) in Open_GetPasswordIfAny()
DUpdateCallbackConsole.cpp208 if (!PasswordIsDefined) in CryptoGetTextPassword2()
213 PasswordIsDefined = true; in CryptoGetTextPassword2()
216 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
232 if (!PasswordIsDefined) in CryptoGetTextPassword()
236 PasswordIsDefined = true; in CryptoGetTextPassword()
DOpenCallbackConsole.h17 bool PasswordIsDefined; variable
20 COpenCallbackConsole(): PasswordIsDefined(false), PasswordWasAsked(false) {} in COpenCallbackConsole()
DUpdateCallbackConsole.h26 bool PasswordIsDefined; variable
34 PasswordIsDefined(false), in CUpdateCallbackConsole()
DExtractCallbackConsole.cpp143 PasswordIsDefined = true; in SetPassword()
150 if (!PasswordIsDefined) in CryptoGetTextPassword()
153 PasswordIsDefined = true; in CryptoGetTextPassword()
DMain.cpp389 ecs->PasswordIsDefined = options.PasswordEnabled; in Main2()
399 openCallback.PasswordIsDefined = options.PasswordEnabled; in Main2()
502 openCallback.PasswordIsDefined = passwordIsDefined; in Main2()
510 callback.PasswordIsDefined = passwordIsDefined; in Main2()
DExtractCallbackConsole.h51 bool PasswordIsDefined; variable
DList.cpp457 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
/external/lzma/CPP/7zip/UI/Client7z/
DClient7z.cpp118 bool PasswordIsDefined; member in CArchiveOpenCallback
121 CArchiveOpenCallback() : PasswordIsDefined(false) {} in CArchiveOpenCallback()
136 if (!PasswordIsDefined) in CryptoGetTextPassword()
204 bool PasswordIsDefined; member in CArchiveExtractCallback
207 CArchiveExtractCallback() : PasswordIsDefined(false) {} in CArchiveExtractCallback()
403 if (!PasswordIsDefined) in CryptoGetTextPassword()
464 bool PasswordIsDefined; member in CArchiveUpdateCallback
473 CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false), DirItems(0) {}; in CArchiveUpdateCallback()
631 if (!PasswordIsDefined) in CryptoGetTextPassword2()
642 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
[all …]