Home
last modified time | relevance | path

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

/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Archive/7z/
H A D7zIn.cpp65 CInArchiveException::CInArchiveException(CCauseType cause): in CInArchiveException() function in NArchive::N7z::CInArchiveException
90 throw CInArchiveException(CInArchiveException::kUnexpectedEndOfArchive); in SafeReadDirect()
891 throw CInArchiveException(CInArchiveException::kIncorrectHeader); in ReadAndDecodePackedStreams()
966 throw CInArchiveException(CInArchiveException::kIncorrectHeader); in ReadHeader()
1168 throw CInArchiveException(CInArchiveException::kIncorrectHeader); in FillFolderStartFileIndex()
1200 throw CInArchiveException(CInArchiveException::kUnsupportedVersion); in ReadDatabase()
1241 throw CInArchiveException(CInArchiveException::kIncorrectHeader); in ReadDatabase()
1255 throw CInArchiveException(CInArchiveException::kIncorrectHeader); in ReadDatabase()
1269 throw CInArchiveException(CInArchiveException::kIncorrectHeader); in ReadDatabase()
1282 throw CInArchiveException(CInArchiveException::kIncorrectHeader); in ReadDatabase()
H A D7zIn.h17 class CInArchiveException
26 CInArchiveException(CCauseType cause);
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/
H A DArjHandler.cpp261 struct CInArchiveException struct
270 CInArchiveException(CCauseType cause): Cause(cause) {}; in CInArchiveException() argument
368 throw CInArchiveException(CInArchiveException::kUnexpectedEndOfArchive); in SafeReadBytes()
381 throw CInArchiveException(CInArchiveException::kIncorrectArchive); in ReadBlock()
385 throw CInArchiveException(CInArchiveException::kCRCError); in ReadBlock()
395 throw CInArchiveException(CInArchiveException::kIncorrectArchive); in ReadSignatureAndBlock()
615 throw CInArchiveException(CInArchiveException::kUnexpectedEndOfArchive); in Open2()
642 catch(const CInArchiveException &) { res = S_FALSE; } in Open()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Rar/
H A DRarIn.h22 class CInArchiveException
33 CInArchiveException(CCauseType cause) : Cause(cause) {} in CInArchiveException() function
74 void ThrowExceptionWithCode(CInArchiveException::CCauseType cause);
H A DRarIn.cpp21 CInArchiveException::CCauseType cause) in ThrowExceptionWithCode()
23 throw CInArchiveException(cause); in ThrowExceptionWithCode()
66 ThrowExceptionWithCode(CInArchiveException::kUnexpectedEndOfArchive); in ThrowUnexpectedEndOfArchiveException()
157 ThrowExceptionWithCode(CInArchiveException::kArchiveHeaderCRCError); in Open2()
269 throw CInArchiveException(CInArchiveException::kIncorrectArchive); in ReadByte()
450 ThrowExceptionWithCode(CInArchiveException::kIncorrectArchive); in GetNextItem()
464 ThrowExceptionWithCode(CInArchiveException::kFileHeaderCRCError); in GetNextItem()
H A DRarHandler.cpp451 catch(const CInArchiveException &) { Close(); return S_FALSE; } in Open()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Zip/
H A DZipIn.cpp140 throw CInArchiveException(CInArchiveException::kSeekStreamError); in IncreaseRealPosition()
147 throw CInArchiveException(CInArchiveException::kReadStreamError); in ReadBytesAndTestSize()
154 throw CInArchiveException(CInArchiveException::kUnexpectedEndOfArchive); in SafeReadBytes()
472 throw CInArchiveException(CInArchiveException::kMultiVolumeArchiveAreNotSupported); in ReadCdItem()
777 throw CInArchiveException(CInArchiveException::kMultiVolumeArchiveAreNotSupported); in ReadHeaders()
814 throw CInArchiveException(CInArchiveException::kMultiVolumeArchiveAreNotSupported); in ReadHeaders()
H A DZipIn.h18 class CInArchiveException
33 CInArchiveException(ECauseType cause): Cause(cause) {} in CInArchiveException() function
H A DZipHandler.cpp360 catch(const CInArchiveException &) { Close(); return S_FALSE; } in Open()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/Cab/
H A DCabIn.h14 class CInArchiveException
23 CInArchiveException(CCauseType cause) : Cause(cause) {} in CInArchiveException() function
H A DCabIn.cpp16 throw CInArchiveException(CInArchiveException::kUnsupported); in ReadByte()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1656 catch(CInArchiveException &) in ReadDatabase()
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1656 catch(CInArchiveException &) in ReadDatabase()
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp43 class CInArchiveException {}; class
44 class CUnsupportedFeatureException: public CInArchiveException {};
46 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1636 catch(CInArchiveException &) in ReadDatabase()
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1659 catch(CInArchiveException &) in ReadDatabase()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1656 catch(CInArchiveException &) in ReadDatabase()
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zIn.cpp62 class CInArchiveException {}; class
63 class CUnsupportedFeatureException: public CInArchiveException {};
66 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1703 catch(CInArchiveException &) in ReadDatabase()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/7z/
H A D7zIn.cpp43 class CInArchiveException {}; class
44 class CUnsupportedFeatureException: public CInArchiveException {};
46 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1636 catch(CInArchiveException &) in ReadDatabase()
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zIn.cpp43 class CInArchiveException {}; class
44 class CUnsupportedFeatureException: public CInArchiveException {};
46 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1636 catch(CInArchiveException &) in ReadDatabase()
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1656 catch(CInArchiveException &) in ReadDatabase()
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1656 catch(CInArchiveException &) in ReadDatabase()
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1656 catch(CInArchiveException &) in ReadDatabase()
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zIn.cpp59 class CInArchiveException {}; class
60 class CUnsupportedFeatureException: public CInArchiveException {};
62 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1656 catch(CInArchiveException &) in ReadDatabase()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zIn.cpp106 class CInArchiveException {}; class
108 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1254 catch(CInArchiveException &) { return S_FALSE; } in ReadDatabase()
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zIn.cpp106 class CInArchiveException {}; class
108 static void ThrowException() { throw CInArchiveException(); } in ThrowException()
1268 catch(CInArchiveException &) { return S_FALSE; } in ReadDatabase()