Home
last modified time | relevance | path

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

/dports/lang/fpc-source/fpc-3.2.2/packages/chm/src/
H A Ditolitlsreader.pas49 function GetChunkType(AStream: TStream): TDirChunkType; in GetChunkType() function
158 function TITOLITLSReader.GetChunkType(AStream: TStream): TDirChunkType; in GetChunkType() function
322 ChunkType:= GetChunkType(Chunk);
389 case GetChunkType(Chunk) of
H A Dchmreader.pas69 function GetChunkType(Stream: TMemoryStream; ChunkIndex: LongInt): TDirChunkType; in GetChunkType() function
605 function TITSFReader.GetChunkType(Stream: TMemoryStream; ChunkIndex: LongInt): TDirChunkType; in GetChunkType() function
/dports/misc/fpc-chm/fpc-3.2.2/packages/chm/src/
H A Ditolitlsreader.pas49 function GetChunkType(AStream: TStream): TDirChunkType; in GetChunkType() function
158 function TITOLITLSReader.GetChunkType(AStream: TStream): TDirChunkType; in GetChunkType() function
322 ChunkType:= GetChunkType(Chunk);
389 case GetChunkType(Chunk) of
H A Dchmreader.pas69 function GetChunkType(Stream: TMemoryStream; ChunkIndex: LongInt): TDirChunkType; in GetChunkType() function
605 function TITSFReader.GetChunkType(Stream: TMemoryStream; ChunkIndex: LongInt): TDirChunkType; in GetChunkType() function
/dports/lang/nqc/nqc-3.1.r6_1/compiler/
H A DFragment.h82 RCX_ChunkType GetChunkType() const { return fIsTask ? kRCX_TaskChunk : kRCX_SubChunk; } in GetChunkType() function
H A DProgram.cpp101 int type = f->GetChunkType(); in AddFragment()
268 image->AddChunk(f->GetChunkType(), f->GetNumber(), in EncodeFragment()