Home
last modified time | relevance | path

Searched refs:IsEncryptedFile (Results 1 – 8 of 8) sorted by relevance

/dports/archivers/unalz/unalz/
H A DUnAlz.cpp520 if(IsEncryptedFile(zipHeader.head.fileDescriptor)) in ReadLocalFileheader()
1144 BOOL bIsEncrypted = IsEncryptedFile(); // in ExtractRawfile()
1343 BOOL bIsEncrypted = IsEncryptedFile(); // in ExtractDeflate2()
1678 if(IsEncryptedFile()==FALSE) {return TRUE;} in chkValidPassword()
1766 BOOL CUnAlz::IsEncryptedFile(BYTE fileDescriptor) in IsEncryptedFile() function in CUnAlz
1770 BOOL CUnAlz::IsEncryptedFile() in IsEncryptedFile() function in CUnAlz
H A DUnAlz.h468 BOOL IsEncryptedFile(BYTE fileDescriptor);
469 BOOL IsEncryptedFile();
H A DUnAlzBzip2.cpp105 BOOL bIsEncrypted = bzf->handle->IsEncryptedFile(); // in BZ2_bzRead()
/dports/games/ecwolf/ecwolf-1.3.3-src/src/
H A Dw_wad.h205 bool IsEncryptedFile(int lump) const;
H A Dw_wad.cpp1184 bool FWadCollection::IsEncryptedFile(int lump) const in IsEncryptedFile() function in FWadCollection
/dports/games/zdoom/zdoom-2.8.1/src/
H A Dw_wad.h212 bool IsEncryptedFile(int lump) const;
H A Dw_wad.cpp1445 bool FWadCollection::IsEncryptedFile(int lump) const in IsEncryptedFile() function in FWadCollection
H A Dp_setup.cpp309 map->Encrypted = Wads.IsEncryptedFile(lump_name); in P_OpenMapData()