Lines Matching full:longint
30 total_in: LongInt; (* total nb of input bytes read so far *)
34 total_out: LongInt; (* total nb of bytes output so far *)
44 adler: LongInt; (* adler32 value of the uncompressed data *)
45 reserved: LongInt; (* reserved for future use *)
99 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt;
112 function zlibCompileFlags: LongInt;
115 function compress(dest: PChar; var destLen: LongInt;
116 const source: PChar; sourceLen: LongInt): Integer;
117 function compress2(dest: PChar; var destLen: LongInt;
118 const source: PChar; sourceLen: LongInt;
120 function compressBound(sourceLen: LongInt): LongInt;
121 function uncompress(dest: PChar; var destLen: 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;