Home | History | Annotate | Download | only in pascal

Lines Matching refs:Pointer

56 procedure test_compress(compr: Pointer; comprLen: LongInt;
57 uncompr: Pointer; uncomprLen: LongInt);
83 uncompr: Pointer;
184 procedure test_deflate(compr: Pointer; comprLen: LongInt);
229 procedure test_inflate(compr: Pointer; comprLen : LongInt;
230 uncompr: Pointer; uncomprLen : LongInt);
272 procedure test_large_deflate(compr: Pointer; comprLen: LongInt;
273 uncompr: Pointer; uncomprLen: LongInt);
324 procedure test_large_inflate(compr: Pointer; comprLen: LongInt;
325 uncompr: Pointer; uncomprLen: LongInt);
368 procedure test_flush(compr: Pointer; var comprLen : LongInt);
407 procedure test_sync(compr: Pointer; comprLen: LongInt;
408 uncompr: Pointer; uncomprLen : LongInt);
450 procedure test_dict_deflate(compr: Pointer; comprLen: LongInt);
484 procedure test_dict_inflate(compr: Pointer; comprLen: LongInt;
485 uncompr: Pointer; uncomprLen: LongInt);
528 var compr, uncompr: Pointer;