Home
last modified time | relevance | path

Searched refs:uncompr (Results 1 - 7 of 7) sorted by relevance

/third_party/zlib/test/
H A Dexample.c62 static void test_compress(Byte *compr, uLong comprLen, Byte *uncompr, in test_compress() argument
71 strcpy((char*)uncompr, "garbage"); in test_compress()
73 err = uncompress(uncompr, &uncomprLen, compr, comprLen); in test_compress()
76 if (strcmp((char*)uncompr, hello)) { in test_compress()
80 printf("uncompress(): %s\n", (char *)uncompr); in test_compress()
87 static void test_gzio(const char *fname, Byte *uncompr, uLong uncomprLen) in test_gzio() argument
119 strcpy((char*)uncompr, "garbage"); in test_gzio()
121 if (gzread(file, uncompr, (unsigned)uncomprLen) != len) { in test_gzio()
125 if (strcmp((char*)uncompr, hello)) { in test_gzio()
126 fprintf(stderr, "bad gzread: %s\n", (char*)uncompr); in test_gzio()
209 test_inflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_inflate() argument
252 test_large_deflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_large_deflate() argument
306 test_large_inflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_large_inflate() argument
385 test_sync(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_sync() argument
462 test_dict_inflate(Byte *compr, uLong comprLen, Byte *uncompr, uLong uncomprLen) test_dict_inflate() argument
517 Byte *compr, *uncompr; main() local
[all...]
H A Dminigzip.c541 int uncompr = 0; in main() local
565 uncompr = 1; in main()
569 copyout = uncompr = 1; in main()
579 uncompr = 1; in main()
611 if (uncompr) { in main()
631 if (uncompr) { in main()
/third_party/zlib/contrib/pascal/
H A Dexample.pas57 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 Dzlibd32.mak22 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
/third_party/zlib/watcom/
H A Dwatcom_l.mak10 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 Dwatcom_f.mak10 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
/third_party/zlib/contrib/delphi/
H A Dzlibd32.mak22 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

Completed in 3 milliseconds