Searched refs:PasswordIsDefined (Results 1 – 14 of 14) sorted by relevance
37 bool PasswordIsDefined; member40 bool IsEmpty() const { return (Methods.IsEmpty() && !PasswordIsDefined); } in IsEmpty()41 CCompressionMethodMode(): PasswordIsDefined(false) in CCompressionMethodMode()
343 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()
835 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()
295 if (!_options.PasswordIsDefined) in EncoderConstr()391 if (_options.PasswordIsDefined) in EncoderConstr()
767 if (options->PasswordIsDefined || headerOptions.CompressMainHeader) in WriteDatabase()792 encryptOptions.PasswordIsDefined = options->PasswordIsDefined; in WriteDatabase()
33 if (!PasswordIsDefined) in Open_CryptoGetTextPassword()36 PasswordIsDefined = true; in Open_CryptoGetTextPassword()43 if (PasswordIsDefined) in Open_GetPasswordIfAny()
208 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()
17 bool PasswordIsDefined; variable20 COpenCallbackConsole(): PasswordIsDefined(false), PasswordWasAsked(false) {} in COpenCallbackConsole()
26 bool PasswordIsDefined; variable34 PasswordIsDefined(false), in CUpdateCallbackConsole()
143 PasswordIsDefined = true; in SetPassword()150 if (!PasswordIsDefined) in CryptoGetTextPassword()153 PasswordIsDefined = true; in CryptoGetTextPassword()
389 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()
51 bool PasswordIsDefined; variable
457 openCallback.PasswordIsDefined = passwordEnabled; in ListArchives()
118 bool PasswordIsDefined; member in CArchiveOpenCallback121 CArchiveOpenCallback() : PasswordIsDefined(false) {} in CArchiveOpenCallback()136 if (!PasswordIsDefined) in CryptoGetTextPassword()204 bool PasswordIsDefined; member in CArchiveExtractCallback207 CArchiveExtractCallback() : PasswordIsDefined(false) {} in CArchiveExtractCallback()403 if (!PasswordIsDefined) in CryptoGetTextPassword()464 bool PasswordIsDefined; member in CArchiveUpdateCallback473 CArchiveUpdateCallback(): PasswordIsDefined(false), AskPassword(false), DirItems(0) {}; in CArchiveUpdateCallback()631 if (!PasswordIsDefined) in CryptoGetTextPassword2()642 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()[all …]