Searched refs:LongInt (Results 1 – 9 of 9) sorted by relevance
31 total_in: LongInt; (* total nb of input bytes read so far *)35 total_out: LongInt; (* total nb of bytes output so far *)45 adler: LongInt; (* adler32 value of the uncompressed data *)46 reserved: LongInt; (* reserved for future use *)52 time: LongInt; (* modification time *)122 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound() argument134 function inflateMark(var strm: z_stream): LongInt; in inflateMark()141 function zlibCompileFlags: LongInt; in zlibCompileFlags()144 function compress(dest: PChar; var destLen: LongInt; in compress() argument145 const source: PChar; sourceLen: LongInt): Integer;[all …]
35 var dictId: LongInt; (* Adler32 value of the dictionary *)56 procedure test_compress(compr: Pointer; comprLen: LongInt; argument57 uncompr: Pointer; uncomprLen: LongInt);59 len: LongInt;84 uncomprLen: LongInt);88 pos: LongInt;184 procedure test_deflate(compr: Pointer; comprLen: LongInt); argument187 len: LongInt;229 procedure test_inflate(compr: Pointer; comprLen : LongInt; argument230 uncompr: Pointer; uncomprLen : LongInt);[all …]
29 LongInt, etc.), to avoid namespace pollution. In particular,