Home
last modified time | relevance | path

Searched refs:passwordIsDefined (Results 1 – 25 of 189) sorted by relevance

12345678

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/FileManager/
H A DUpdateCallback100.h40 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
58 bool passwordIsDefined, const UString &password) in Init() argument
60 _passwordIsDefined = passwordIsDefined; in Init()
H A DUpdateCallback100.cpp75 STDMETHODIMP CUpdateCallback100Imp::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
78 *passwordIsDefined = BoolToInt(_passwordIsDefined); in CryptoGetTextPassword2()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/GUI/
H A DUpdateCallbackGUI.cpp164 HRESULT CUpdateCallbackGUI::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
167 if (passwordIsDefined) in CryptoGetTextPassword2()
168 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
176 if (passwordIsDefined) in CryptoGetTextPassword2()
177 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/GUI/
H A DUpdateCallbackGUI.cpp164 HRESULT CUpdateCallbackGUI::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
167 if (passwordIsDefined) in CryptoGetTextPassword2()
168 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
176 if (passwordIsDefined) in CryptoGetTextPassword2()
177 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/Agent/
H A DUpdateCallbackAgent.cpp91 HRESULT CUpdateCallbackAgent::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
94 *passwordIsDefined = BoolToInt(false); in CryptoGetTextPassword2()
103 return _cryptoGetTextPassword->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zIn.h213 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
220 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
227 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
238 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
H A D7zIn.cpp768 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadAndDecodePackedStreams() argument
824 , getTextPassword, passwordIsDefined in ReadAndDecodePackedStreams()
849 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadHeader() argument
871 , getTextPassword, passwordIsDefined in ReadHeader()
1122 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadDatabase2() argument
1212 , getTextPassword, passwordIsDefined in ReadDatabase2()
1232 , getTextPassword, passwordIsDefined in ReadDatabase2()
1241 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadDatabase() argument
1250 , getTextPassword, passwordIsDefined in ReadDatabase()
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zIn.h214 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
221 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
228 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
239 ,ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined
H A D7zIn.cpp779 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadAndDecodePackedStreams() argument
835 , getTextPassword, passwordIsDefined in ReadAndDecodePackedStreams()
860 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadHeader() argument
882 , getTextPassword, passwordIsDefined in ReadHeader()
1133 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadDatabase2() argument
1226 , getTextPassword, passwordIsDefined in ReadDatabase2()
1246 , getTextPassword, passwordIsDefined in ReadDatabase2()
1255 , ICryptoGetTextPassword *getTextPassword, bool &passwordIsDefined in ReadDatabase() argument
1264 , getTextPassword, passwordIsDefined in ReadDatabase()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Far/
H A DPluginRead.cpp38 bool passwordIsDefined, const UString &password) in ExtractFiles() argument
64 passwordIsDefined, password); in ExtractFiles()
112 bool passwordIsDefined = PasswordIsDefined; in GetFilesReal() local
261 passwordIsDefined = !password.IsEmpty(); in GetFilesReal()
278 passwordIsDefined, password); in GetFilesReal()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Far/
H A DPluginRead.cpp38 bool passwordIsDefined, const UString &password) in ExtractFiles() argument
70 passwordIsDefined, password); in ExtractFiles()
118 bool passwordIsDefined = PasswordIsDefined; in GetFilesReal() local
267 passwordIsDefined = !password.IsEmpty(); in GetFilesReal()
284 passwordIsDefined, password); in GetFilesReal()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Client7z/
H A DClient7z.cpp550 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
723 STDMETHODIMP CArchiveUpdateCallback::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *passwor… in CryptoGetTextPassword2() argument
736 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
792 bool passwordIsDefined = false; in main() local
803 if (!passwordIsDefined && a[1] == 'p') in main()
806 passwordIsDefined = true; in main()
890 updateCallbackSpec->PasswordIsDefined = passwordIsDefined; in main()
975 openCallbackSpec->PasswordIsDefined = passwordIsDefined; in main()
1020 extractCallbackSpec->PasswordIsDefined = passwordIsDefined; in main()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/Agent/
H A DUpdateCallbackAgent.cpp180 HRESULT CUpdateCallbackAgent::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
183 *passwordIsDefined = BoolToInt(false); in CryptoGetTextPassword2()
192 return _cryptoGetTextPassword->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/Agent/
H A DUpdateCallbackAgent.cpp180 HRESULT CUpdateCallbackAgent::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
183 *passwordIsDefined = BoolToInt(false); in CryptoGetTextPassword2()
192 return _cryptoGetTextPassword->CryptoGetTextPassword2(passwordIsDefined, password); in CryptoGetTextPassword2()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
203 *passwordIsDefined = false; in CryptoGetTextPassword2()
216 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/dports/sysutils/squashfs-tools/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp197 HRESULT CUpdateCallbackConsole::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
203 *passwordIsDefined = false; in CryptoGetTextPassword2()
216 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/UI/Common/
H A DUpdateCallback.h25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
/dports/sysutils/squashfs-tools/CPP/7zip/UI/Common/
H A DUpdateCallback.h25 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
53 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/UI/FileManager/
H A DUpdateCallback100.cpp97 STDMETHODIMP CUpdateCallback100Imp::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
100 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/UI/FileManager/
H A DUpdateCallback100.cpp97 STDMETHODIMP CUpdateCallback100Imp::CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) in CryptoGetTextPassword2() argument
100 *passwordIsDefined = BoolToInt(PasswordIsDefined); in CryptoGetTextPassword2()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/UI/Common/
H A DUpdateCallback.h33 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
99 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h33 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
99 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/UI/Common/
H A DUpdateCallback.h33 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
99 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/UI/Common/
H A DUpdateCallback.h45 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
111 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/UI/Common/
H A DUpdateCallback.h45 virtual HRESULT CryptoGetTextPassword2(Int32 *passwordIsDefined, BSTR *password) x; \
111 STDMETHOD(CryptoGetTextPassword2)(Int32 *passwordIsDefined, BSTR *password);

12345678