HomeSort by: relevance | last modified time | path
    Searched defs:uncompr (Results 1 - 5 of 5) sorted by relevancy

  /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/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
  /src/common/dist/zlib/contrib/pascal/
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
  /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...]

Completed in 13 milliseconds