Lines Matching refs:const
12 const
49 const
94 function deflateSetDictionary(var strm: z_stream; const dictionary: PChar;
102 function inflateSetDictionary(var strm: z_stream; const dictionary: PChar;
116 const source: PChar; sourceLen: LongInt): Integer;
118 const source: PChar; sourceLen: LongInt;
122 const source: PChar; sourceLen: LongInt): Integer;
125 function adler32(adler: LongInt; const buf: PChar; len: Integer): LongInt;
126 function crc32(crc: LongInt; const buf: PChar; len: Integer): LongInt;
130 const version: PChar; stream_size: Integer): Integer;
131 function inflateInit_(var strm: z_stream; const version: PChar;
135 const version: PChar; stream_size: Integer): Integer;
137 const version: PChar; stream_size: Integer): Integer;
140 const version: PChar; stream_size: Integer): Integer;