Home
last modified time | relevance | path

Searched refs:uiFileID (Results 1 – 6 of 6) sorted by relevance

/dports/games/hllib/HLLib/
H A DGCFStream.cpp18 …onst CGCFFile &GCFFile, hlUInt uiFileID) : bOpened(hlFalse), uiMode(HL_MODE_INVALID), GCFFile(GCFF… in CGCFStream() argument
40 …return this->GCFFile.lpDirectoryNames + this->GCFFile.lpDirectoryEntries[this->uiFileID].uiNameOff… in GetFileName()
82 …this->uiLength = (uiMode & HL_MODE_READ) ? this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItem… in Open()
87 this->uiBlockEntryIndex = this->GCFFile.lpDirectoryMapEntries[this->uiFileID].uiFirstBlockIndex; in Open()
249 if(this->uiPointer < this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize) in Write()
289 if(this->uiPointer == this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize) in Write()
296 while(uiBytes && this->uiPointer < this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize) in Write()
335 this->uiBlockEntryIndex = this->GCFFile.lpDirectoryMapEntries[this->uiFileID].uiFirstBlockIndex; in Map()
375 …lockOffset < static_cast<hlULongLong>(this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize)) in Map()
378 …ntryOffset + this->uiDataBlockOffset, this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize); in Map()
[all …]
H A DGCFStream.h31 hlUInt uiFileID; variable
43 CGCFStream(const CGCFFile &GCFFile, hlUInt uiFileID);
/dports/archivers/hlextract/HLLib/
H A DGCFStream.cpp18 …onst CGCFFile &GCFFile, hlUInt uiFileID) : bOpened(hlFalse), uiMode(HL_MODE_INVALID), GCFFile(GCFF… in CGCFStream() argument
40 …return this->GCFFile.lpDirectoryNames + this->GCFFile.lpDirectoryEntries[this->uiFileID].uiNameOff… in GetFileName()
82 …this->uiLength = (uiMode & HL_MODE_READ) ? this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItem… in Open()
87 this->uiBlockEntryIndex = this->GCFFile.lpDirectoryMapEntries[this->uiFileID].uiFirstBlockIndex; in Open()
249 if(this->uiPointer < this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize) in Write()
289 if(this->uiPointer == this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize) in Write()
296 while(uiBytes && this->uiPointer < this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize) in Write()
335 this->uiBlockEntryIndex = this->GCFFile.lpDirectoryMapEntries[this->uiFileID].uiFirstBlockIndex; in Map()
375 …lockOffset < static_cast<hlULongLong>(this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize)) in Map()
378 …ntryOffset + this->uiDataBlockOffset, this->GCFFile.lpDirectoryEntries[this->uiFileID].uiItemSize); in Map()
[all …]
H A DGCFStream.h31 hlUInt uiFileID; variable
43 CGCFStream(const CGCFFile &GCFFile, hlUInt uiFileID);
/dports/games/hllib/lib/
H A DHLLib.h832 hlUInt uiFileID; variable
844 CGCFStream(CGCFFile &GCFFile, hlUInt uiFileID);
/dports/archivers/hlextract/lib/
H A DHLLib.h832 hlUInt uiFileID; variable
844 CGCFStream(CGCFFile &GCFFile, hlUInt uiFileID);