/src/common/dist/zlib/test/ |
example.c | 60 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, 68 strcpy((char*)uncompr, "garbage"); 70 err = uncompress(uncompr, &uncomprLen, compr, comprLen); 73 if (strcmp((char*)uncompr, hello)) { 77 printf("uncompress(): %s\n", (char *)uncompr); 84 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) { 115 strcpy((char*)uncompr, "garbage"); 117 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { 121 if (strcmp((char*)uncompr, hello)) { 122 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr); 492 Byte *compr, *uncompr; local in function:main [all...] |
minigzip.c | 489 int uncompr = 0; local in function:main 508 uncompr = 1; 510 copyout = uncompr = 1; 516 uncompr = 1; 535 if (uncompr) { 549 if (uncompr) {
|
/src/common/dist/zlib/contrib/pascal/ |
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...] |
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
|
zlibpas.pas | 185 {$L uncompr.obj}
|
/src/common/dist/zlib/watcom/ |
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
|
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
|
/src/sys/lib/libz/ |
Makefile | 14 inflate.c inftrees.c trees.c uncompr.c
|
/src/common/dist/zlib/contrib/delphi/ |
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
|
ZLib.pas | 209 {$L uncompr.obj}
|
/src/lib/libz/ |
Makefile | 16 inflate.c inftrees.c trees.c uncompr.c zutil.c gzwrite.c \
|
/src/common/dist/zlib/ |
Makefile.in | 57 OBJG = compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o 61 PIC_OBJG = compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo 185 uncompr.o: $(SRCDIR)uncompr.c 186 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)uncompr.c 251 uncompr.lo: $(SRCDIR)uncompr.c 253 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/uncompr.o $(SRCDIR)uncompr.c 254 -@mv objs/uncompr.o $ [all...] |
make_vms.com | 205 $ CALL MAKE uncompr.OBJ "CC ''CCOPT' uncompr" - 206 uncompr.c zlib.h zconf.h 430 gzread.obj, gzwrite.obj, uncompr.obj, infback.obj\ 470 uncompr.obj : uncompr.c zlib.h zconf.h
|
CMakeLists.txt | 121 uncompr.c
|