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

/macosx-10.10/zlib-55/zlib/
H A Dexample.c38 Byte *uncompr, uLong uncomprLen));
40 Byte *uncompr, uLong uncomprLen));
43 Byte *uncompr, uLong uncomprLen));
45 Byte *uncompr, uLong uncomprLen));
47 Byte *uncompr, uLong uncomprLen));
50 Byte *uncompr, uLong uncomprLen));
53 Byte *uncompr, uLong uncomprLen));
59 void test_compress(compr, comprLen, uncompr, uncomprLen)
60 Byte *compr, *uncompr;
69 strcpy((char*)uncompr, "garbag
518 Byte *compr, *uncompr; local
[all...]
H A Dminigzip.c354 int uncompr = 0; local
369 uncompr = 1;
371 copyout = uncompr = 1;
377 uncompr = 1;
396 if (uncompr) {
410 if (uncompr) {
H A DMakefile57 gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
60 gzwrite.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo uncompr.lo zutil.lo
246 compress.o example.o minigzip.o uncompr.o: zlib.h zconf.h
256 compress.lo example.lo minigzip.lo uncompr.lo: zlib.h zconf.h
H A Dmake_vms.com170 $ 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
/macosx-10.10/zlib-55/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
H A Dzlibpas.pas154 {$L uncompr.obj}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/encoder/
H A Dgather.sh9 rm uncompr.c minigzip.c example.c gz*
/macosx-10.10/zlib-55/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
/macosx-10.10/zlib-55/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
H A DZLib.pas209 {$L uncompr.obj}
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/decoder/
H A Dmakefile20 trees$(O) uncompr$(O) zutil$(O)
/macosx-10.10/xnu-2782.1.97/libkern/conf/
H A DMakefile.template36 uncompr.o_CWARNFLAGS_ADD = -Wno-cast-qual
86 uncompr.o_CWARNFLAGS_ADD = -Wno-cast-qual
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libpng/contrib/pngminim/preader/
H A Dmakefile36 trees$(O) uncompr$(O) zutil$(O)
/macosx-10.10/sudo-73/src/
H A DMakefile.in170 trees.o uncompr.o zutil.o
195 zlib/trees.h zlib/uncompr.c zlib/zconf.h.in zlib/zlib.h \
513 uncompr.o: $(srcdir)/zlib/zlib.h zlib/zconf.h
514 $(CC) -c -I. -I$(srcdir)/zlib $(CFLAGS) $(PIE_CFLAGS) $(SSP_CFLAGS) $(srcdir)/zlib/uncompr.c

Completed in 143 milliseconds