Home
last modified time | relevance | path

Searched refs:crcsDefined (Results 1 – 16 of 16) sorted by relevance

/dports/archivers/upx/upx-3.96/src/lzma-sdk/C/7zip/Archive/7z_C/
H A D7zIn.c628 Byte *crcsDefined = 0; in SzReadUnPackInfo() local
630 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp->Alloc); in SzReadUnPackInfo()
636 folder->UnPackCRCDefined = crcsDefined[i]; in SzReadUnPackInfo()
641 allocTemp->Free(crcsDefined); in SzReadUnPackInfo()
/dports/games/criticalmass/CriticalMass-1.5/utils/lzma/SRC/7zip/Archive/7z_C/
H A D7zIn.c639 int *crcsDefined = 0; in SzReadUnPackInfo() local
641 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp->Alloc); in SzReadUnPackInfo()
647 folder->UnPackCRCDefined = crcsDefined[i]; in SzReadUnPackInfo()
652 allocTemp->Free(crcsDefined); in SzReadUnPackInfo()
/dports/sysutils/afflib/AFFLIBv3-3.7.16/lzma443/C/7zip/Archive/7z_C/
H A D7zIn.c628 Byte *crcsDefined = 0; in SzReadUnPackInfo() local
630 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp->Alloc); in SzReadUnPackInfo()
636 folder->UnPackCRCDefined = crcsDefined[i]; in SzReadUnPackInfo()
641 allocTemp->Free(crcsDefined); in SzReadUnPackInfo()
/dports/security/clamav/clamav-0.104.2/libclamav/7z/
H A D7zIn.c720 Byte *crcsDefined = 0; in SzReadUnpackInfo() local
722 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
728 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
733 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/7z/
H A D7zIn.c720 Byte *crcsDefined = 0; in SzReadUnpackInfo() local
722 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
728 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
733 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/emulators/visualboyadvance-m/visualboyadvance-m-VBA-M_Beta_2/fex/7z_C/
H A D7zIn.c695 Byte *crcsDefined = 0; in SzReadUnpackInfo() local
697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
703 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
708 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/games/spring/spring_98.0/tools/pr-downloader/src/lib/7z/
H A D7zIn.c695 Byte *crcsDefined = 0; in SzReadUnpackInfo() local
697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
703 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
708 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/games/spring/spring_98.0/rts/lib/7z/
H A D7zIn.c695 Byte *crcsDefined = 0; in SzReadUnpackInfo() local
697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
703 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
708 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/games/springlobby/springlobby-0.180/src/downloader/lib/src/lib/7z/
H A D7zIn.c695 Byte *crcsDefined = 0; in SzReadUnpackInfo() local
697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
703 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
708 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/emulators/libretro-vice/vice-libretro-5725415/deps/7zip/
H A D7zIn.c807 uint8_t *crcsDefined = 0; in SzReadUnpackInfo() local
810 sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
817 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
822 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/sysutils/squashfs-tools/C/
H A D7zIn.c695 Byte *crcsDefined = 0; in SzReadUnpackInfo() local
697 res = SzReadHashDigests(sd, *numFolders, &crcsDefined, &crcs, allocTemp); in SzReadUnpackInfo()
703 folder->UnpackCRCDefined = crcsDefined[i]; in SzReadUnpackInfo()
708 IAlloc_Free(allocTemp, crcsDefined); in SzReadUnpackInfo()
/dports/archivers/ppmd-7z/p7zip_9.04/CPP/7zip/Archive/7z/
H A D7zIn.cpp552 CBoolVector crcsDefined; in ReadUnpackInfo() local
554 ReadHashDigests(numFolders, crcsDefined, crcs); in ReadUnpackInfo()
558 folder.UnpackCRCDefined = crcsDefined[i]; in ReadUnpackInfo()
/dports/sysutils/squashfs-tools/CPP/7zip/Archive/7z/
H A D7zIn.cpp563 CBoolVector crcsDefined; in ReadUnpackInfo() local
565 ReadHashDigests(numFolders, crcsDefined, crcs); in ReadUnpackInfo()
569 folder.UnpackCRCDefined = crcsDefined[i]; in ReadUnpackInfo()
/dports/www/firefox-legacy/firefox-52.8.0esr/other-licenses/7zstub/src/7zip/Archive/7z/
H A D7zIn.cpp556 CRecordVector<bool> crcsDefined; in ReadUnPackInfo() local
558 RINOK(ReadHashDigests(numFolders, crcsDefined, crcs)); in ReadUnPackInfo()
562 folder.UnPackCRCDefined = crcsDefined[i]; in ReadUnPackInfo()
/dports/archivers/kf5-karchive/karchive-5.89.0/src/
H A Dk7zip.cpp965 QVector<bool> crcsDefined; in readUnpackInfo() local
967 readHashDigests(numFolders, crcsDefined, crcs); in readUnpackInfo()
970 folder->unpackCRCDefined = crcsDefined[i]; in readUnpackInfo()
/dports/graphics/tiled/tiled-1.7.2/src/karchive/src/
H A Dk7zip.cpp937 QVector<bool> crcsDefined; in readUnpackInfo() local
939 readHashDigests(numFolders, crcsDefined, crcs); in readUnpackInfo()
942 folder->unpackCRCDefined = crcsDefined[i]; in readUnpackInfo()