Home
last modified time | relevance | path

Searched defs:LongInt (Results 1 – 2 of 2) sorted by relevance

/minix3/common/dist/zlib/contrib/pascal/
H A Dexample.pas56 procedure test_compress(compr: Pointer; comprLen: LongInt;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
368 procedure test_flush(compr: Pointer; var comprLen : LongInt);
407 procedure test_sync(compr: Pointer; comprLen: LongInt;
450 procedure test_dict_deflate(compr: Pointer; comprLen: LongInt);
484 procedure test_dict_inflate(compr: Pointer; comprLen: LongInt;
H A Dzlibpas.pas99 function deflateBound(var strm: z_stream; sourceLen: LongInt): LongInt; in deflateBound()
115 function compress(dest: PChar; var destLen: LongInt; in compress()
117 function compress2(dest: PChar; var destLen: LongInt; in compress2()
120 function compressBound(sourceLen: LongInt): LongInt; in compressBound()
121 function uncompress(dest: PChar; var destLen: LongInt; in uncompress()