Home
last modified time | relevance | path

Searched refs:CheckMagic (Results 1 – 25 of 48) sorted by relevance

12

/dports/devel/plan9port/plan9port-1f098efb7370a0b28306d10681e21883fb1c1507/src/lib9/
H A Ddebugmalloc.c24 #define CheckMagic 0 macro
46 if(magic == FreeMagic || magic == CheckMagic){ in mark()
54 if(magic != CheckMagic){ in mark()
152 v = mark(v, getcallerpc(&v), 0, CheckMagic); in p9realloc()
/dports/devel/9base/9base-6/lib9/
H A Ddebugmalloc.c25 #define CheckMagic 0 macro
47 if(magic == FreeMagic || magic == CheckMagic){ in mark()
55 if(magic != CheckMagic){ in mark()
160 v = mark(v, getcallerpc(&v), 0, CheckMagic); in p9realloc()
/dports/devel/fpc-fcl-res/fpc-3.2.2/packages/fcl-res/src/
H A Dtlbreader.pp37 function CheckMagic(aStream : TStream) : boolean; override;
72 if not CheckMagic(aStream) then
92 function TTlbResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dwinpeimagereader.pp40 function CheckMagic(aStream : TStream) : boolean; override;
99 if not CheckMagic(aStream) then
104 function TWinPEImageResourceReader.CheckMagic(aStream: TStream): boolean;
H A Ddfmreader.pp53 function CheckMagic(aStream : TStream) : boolean; override;
176 if not CheckMagic(aStream) then
202 function TDfmResourceReader.CheckMagic(aStream: TStream): boolean;
H A Drcreader.pp39 function CheckMagic(aStream : TStream) : boolean; override;
81 function TRCResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dresreader.pp43 function CheckMagic(aStream : TStream) : boolean; override;
192 if not CheckMagic(aStream) then
209 function TResResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dexternalreader.pp50 function CheckMagic(aStream : TStream) : boolean; override;
203 function TExternalResourceReader.CheckMagic(aStream: TStream): boolean;
/dports/lang/fpc/fpc-3.2.2/packages/fcl-res/src/
H A Dtlbreader.pp37 function CheckMagic(aStream : TStream) : boolean; override;
72 if not CheckMagic(aStream) then
92 function TTlbResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dwinpeimagereader.pp40 function CheckMagic(aStream : TStream) : boolean; override;
99 if not CheckMagic(aStream) then
104 function TWinPEImageResourceReader.CheckMagic(aStream: TStream): boolean;
H A Ddfmreader.pp53 function CheckMagic(aStream : TStream) : boolean; override;
176 if not CheckMagic(aStream) then
202 function TDfmResourceReader.CheckMagic(aStream: TStream): boolean;
H A Drcreader.pp39 function CheckMagic(aStream : TStream) : boolean; override;
81 function TRCResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dresreader.pp43 function CheckMagic(aStream : TStream) : boolean; override;
192 if not CheckMagic(aStream) then
209 function TResResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dexternalreader.pp50 function CheckMagic(aStream : TStream) : boolean; override;
203 function TExternalResourceReader.CheckMagic(aStream: TStream): boolean;
/dports/lang/fpc-source/fpc-3.2.2/packages/fcl-res/src/
H A Dtlbreader.pp37 function CheckMagic(aStream : TStream) : boolean; override;
72 if not CheckMagic(aStream) then
92 function TTlbResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dwinpeimagereader.pp40 function CheckMagic(aStream : TStream) : boolean; override;
99 if not CheckMagic(aStream) then
104 function TWinPEImageResourceReader.CheckMagic(aStream: TStream): boolean;
H A Ddfmreader.pp53 function CheckMagic(aStream : TStream) : boolean; override;
176 if not CheckMagic(aStream) then
202 function TDfmResourceReader.CheckMagic(aStream: TStream): boolean;
H A Drcreader.pp39 function CheckMagic(aStream : TStream) : boolean; override;
81 function TRCResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dresreader.pp43 function CheckMagic(aStream : TStream) : boolean; override;
192 if not CheckMagic(aStream) then
209 function TResResourceReader.CheckMagic(aStream: TStream): boolean;
H A Dexternalreader.pp50 function CheckMagic(aStream : TStream) : boolean; override;
203 function TExternalResourceReader.CheckMagic(aStream: TStream): boolean;
/dports/games/edge/Edge-1.35-source/src/
H A Dsv_chunk.cc86 static bool CheckMagic(void) in CheckMagic() function
187 if (! CheckMagic()) in SV_VerifyHeader()
272 if (! CheckMagic()) in SV_VerifyContents()
/dports/math/vtk9/VTK-9.1.0/Utilities/DICOMParser/
H A DDICOMParser.cxx186 if (CheckMagic(magic_number)) in IsDICOMFile()
195 if (CheckMagic(magic_number)) in IsDICOMFile()
536 bool DICOMParser::CheckMagic(char* magic_number) in CheckMagic() function in DICOMParser
/dports/math/vtk6/VTK-6.2.0/Utilities/DICOMParser/
H A DDICOMParser.cxx193 if (CheckMagic(magic_number)) in IsDICOMFile()
202 if (CheckMagic(magic_number)) in IsDICOMFile()
528 bool DICOMParser::CheckMagic(char* magic_number) in CheckMagic() function in DICOMParser
H A DDICOMParser.h103 static bool CheckMagic(char* magic_number);
/dports/math/vtk8/VTK-8.2.0/Utilities/DICOMParser/
H A DDICOMParser.cxx191 if (CheckMagic(magic_number)) in IsDICOMFile()
200 if (CheckMagic(magic_number)) in IsDICOMFile()
546 bool DICOMParser::CheckMagic(char* magic_number) in CheckMagic() function in DICOMParser

12