Searched refs:uncompr (Results 1 - 10 of 10) sorted by relevance
/vbox/src/libs/zlib-1.2.6/test/ |
H A D | example.c | 39 Byte *uncompr, uLong uncomprLen)); 41 Byte *uncompr, uLong uncomprLen)); 43 Byte *uncompr, uLong uncomprLen)); 46 Byte *uncompr, uLong uncomprLen)); 49 Byte *uncompr, uLong uncomprLen)); 81 Byte *uncompr, uLong uncomprLen)); 83 Byte *uncompr, uLong uncomprLen)); 88 void test_compress(compr, comprLen, uncompr, uncomprLen) 89 Byte *compr, *uncompr; 98 strcpy((char*)uncompr, "garbag 549 Byte *compr, *uncompr; local [all...] |
H A D | minigzip.c | 545 int uncompr = 0; local 560 uncompr = 1; 562 copyout = uncompr = 1; 568 uncompr = 1; 587 if (uncompr) { 601 if (uncompr) {
|
/vbox/src/libs/zlib-1.2.6/contrib/pascal/ |
H A D | example.pas | 57 uncompr: Pointer; uncomprLen: LongInt); 66 StrCopy(PChar(uncompr), 'garbage'); 68 err := uncompress(uncompr, uncomprLen, compr, comprLen); 71 if StrComp(PChar(uncompr), hello) <> 0 then 74 WriteLn('uncompress(): ', PChar(uncompr)); 83 uncompr: Pointer; 127 StrCopy(PChar(uncompr), 'garbage'); 129 if gzread(zfile, uncompr, uncomprLen) <> len then 134 if StrComp(PChar(uncompr), hello) <> 0 then 136 WriteLn('bad gzread: ', PChar(uncompr)); [all...] |
H A D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj 62 uncompr.obj: uncompr.c zlib.h zconf.h
|
H A D | zlibpas.pas | 185 {$L uncompr.obj}
|
/vbox/src/libs/zlib-1.2.6/watcom/ |
H A D | watcom_l.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
H A D | watcom_f.mak | 10 trees.c uncompr.c zutil.c 15 trees.obj uncompr.obj zutil.obj 32 wlib -b -c $(ZLIB_LIB) -+trees.obj -+uncompr.obj -+zutil.obj
|
/vbox/src/libs/zlib-1.2.6/contrib/delphi/ |
H A D | zlibd32.mak | 22 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj 24 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.obj 62 uncompr.obj: uncompr.c zlib.h zconf.h
|
H A D | ZLib.pas | 209 {$L uncompr.obj}
|
/vbox/src/libs/zlib-1.2.6/ |
H A D | make_vms.com | 170 $ CALL MAKE uncompr.OBJ "CC ''CCOPT' uncompr" - 171 uncompr.c zlib.h zconf.h 403 gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\ 444 uncompr.obj : uncompr.c zlib.h zconf.h
|
Completed in 99 milliseconds