Home
last modified time | relevance | path

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

12

/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zIn.cpp480 CRecordVector<UInt32> &packCRCs) in ReadPackInfo() argument
499 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs); in ReadPackInfo()
507 packCRCs.Reserve(numPackStreams); in ReadPackInfo()
508 packCRCs.Clear(); in ReadPackInfo()
510 packCRCs.Add(0); in ReadPackInfo()
675 CRecordVector<UInt32> &packCRCs, in ReadStreamsInfo() argument
693 ReadPackInfo(dataOffset, packSizes, packCRCsDefined, packCRCs); in ReadStreamsInfo()
774 CRecordVector<UInt32> packCRCs; in ReadAndDecodePackedStreams() local
786 packCRCs, in ReadAndDecodePackedStreams()
H A D7zIn.h178 CRecordVector<UInt32> &packCRCs);
196 CRecordVector<UInt32> &packCRCs,
H A D7zOut.h86 const CRecordVector<UInt32> &packCRCs);
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zIn.cpp491 CRecordVector<UInt32> &packCRCs) in ReadPackInfo() argument
510 ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs); in ReadPackInfo()
518 packCRCs.Reserve(numPackStreams); in ReadPackInfo()
519 packCRCs.Clear(); in ReadPackInfo()
521 packCRCs.Add(0); in ReadPackInfo()
686 CRecordVector<UInt32> &packCRCs, in ReadStreamsInfo() argument
704 ReadPackInfo(dataOffset, packSizes, packCRCsDefined, packCRCs); in ReadStreamsInfo()
785 CRecordVector<UInt32> packCRCs; in ReadAndDecodePackedStreams() local
797 packCRCs, in ReadAndDecodePackedStreams()
H A D7zIn.h179 CRecordVector<UInt32> &packCRCs);
197 CRecordVector<UInt32> &packCRCs,
H A D7zOut.h86 const CRecordVector<UInt32> &packCRCs);
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Archive/7z/
H A D7zIn.cpp468 CRecordVector<UInt32> &packCRCs) in ReadPackInfo() argument
492 RINOK(ReadHashDigests(numPackStreams, packCRCsDefined, packCRCs)); in ReadPackInfo()
501 packCRCs.Reserve(numPackStreams); in ReadPackInfo()
502 packCRCs.Clear(); in ReadPackInfo()
506 packCRCs.Add(0); in ReadPackInfo()
693 CRecordVector<UInt32> &packCRCs, in ReadStreamsInfo() argument
711 packCRCsDefined, packCRCs)); in ReadStreamsInfo()
832 CRecordVector<UInt32> packCRCs; in ReadAndDecodePackedStreams() local
844 packCRCs, in ReadAndDecodePackedStreams()
H A D7zIn.h233 CRecordVector<UInt32> &packCRCs);
251 CRecordVector<UInt32> &packCRCs,
/dports/security/clamav/clamav-0.104.2/libclamav/7z/
H A D7zIn.c502 UInt32 **packCRCs, in SzReadPackInfo() argument
528 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc)); in SzReadPackInfo()
535 if (*packCRCs) in SzReadPackInfo()
538 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, alloc); in SzReadPackInfo()
542 (*packCRCs)[i] = 0; in SzReadPackInfo()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/7z/
H A D7zIn.c502 UInt32 **packCRCs, in SzReadPackInfo() argument
528 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, alloc)); in SzReadPackInfo()
535 if (*packCRCs) in SzReadPackInfo()
538 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, alloc); in SzReadPackInfo()
542 (*packCRCs)[i] = 0; in SzReadPackInfo()
/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Archive/7z_C/
H A D7zIn.c429 UInt32 **packCRCs, in SzReadPackInfo() argument
453 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, allocFunc)); in SzReadPackInfo()
461 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, allocFunc); in SzReadPackInfo()
465 (*packCRCs)[i] = 0; in SzReadPackInfo()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Archive/7z_C/
H A D7zIn.c439 UInt32 **packCRCs, in SzReadPackInfo() argument
463 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, allocFunc)); in SzReadPackInfo()
471 RINOK(MySzInAlloc((void **)packCRCs, (size_t)*numPackStreams * sizeof(UInt32), allocFunc)); in SzReadPackInfo()
475 (*packCRCs)[i] = 0; in SzReadPackInfo()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Archive/7z_C/
H A D7zIn.c429 UInt32 **packCRCs, in SzReadPackInfo() argument
453 RINOK(SzReadHashDigests(sd, (size_t)*numPackStreams, packCRCsDefined, packCRCs, allocFunc)); in SzReadPackInfo()
461 MY_ALLOC(UInt32, *packCRCs, (size_t)*numPackStreams, allocFunc); in SzReadPackInfo()
465 (*packCRCs)[i] = 0; in SzReadPackInfo()
/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libchdr/deps/lzma-16.04/CPP/7zip/Archive/7z/
H A D7zOut.h252 const CUInt32DefVector &packCRCs);
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/deps/Dependencies/lzmasdk-18.05/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/www/firefox-esr/firefox-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/emulators/mess/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h252 const CUInt32DefVector &packCRCs);
/dports/archivers/lzma/lzma-19.00/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/archivers/7-zip/7-zip-21.07/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/emulators/mame/mame-mame0226/3rdparty/lzma/CPP/7zip/Archive/7z/
H A D7zOut.h252 const CUInt32DefVector &packCRCs);
/dports/www/firefox/firefox-99.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/mail/thunderbird/thunderbird-91.8.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/lang/spidermonkey60/firefox-60.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);
/dports/lang/spidermonkey78/firefox-78.9.0/other-licenses/7zstub/src/CPP/7zip/Archive/7z/
H A D7zOut.h266 const CUInt32DefVector &packCRCs);

12