Home
last modified time | relevance | path

Searched refs:uncompr (Results 1 – 25 of 41) sorted by relevance

12

/external/zlib/src/test/
Dexample.c39 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) in test_compress() argument
89 Byte *compr, *uncompr; in test_compress()
98 strcpy((char*)uncompr, "garbage");
[all …]
Dminigzip.c561 int uncompr = 0; local
580 uncompr = 1;
582 copyout = uncompr = 1;
588 uncompr = 1;
607 if (uncompr) {
621 if (uncompr) {
/external/python/cpython2/Modules/zlib/
Dexample.c39 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) in test_compress() argument
89 Byte *compr, *uncompr; in test_compress()
98 strcpy((char*)uncompr, "garbage");
[all …]
DMakefile.in61 OBJG = compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
65 PIC_OBJG = compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo
189 uncompr.o: $(SRCDIR)uncompr.c
190 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)uncompr.c
255 uncompr.lo: $(SRCDIR)uncompr.c
257 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/uncompr.o $(SRCDIR)uncompr.c
258 -@mv objs/uncompr.o $@
394 compress.o example.o minigzip.o uncompr.o: $(SRCDIR)zlib.h zconf.h
404 compress.lo example.lo minigzip.lo uncompr.lo: $(SRCDIR)zlib.h zconf.h
Dminigzip.c561 int uncompr = 0; local
580 uncompr = 1;
582 copyout = uncompr = 1;
588 uncompr = 1;
607 if (uncompr) {
621 if (uncompr) {
/external/zlib/src/contrib/pascal/
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 …]
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.o…
62 uncompr.obj: uncompr.c zlib.h zconf.h
/external/zlib/src/
DMakefile.in61 OBJG = compress.o uncompr.o gzclose.o gzlib.o gzread.o gzwrite.o
65 PIC_OBJG = compress.lo uncompr.lo gzclose.lo gzlib.lo gzread.lo gzwrite.lo
189 uncompr.o: $(SRCDIR)uncompr.c
190 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)uncompr.c
255 uncompr.lo: $(SRCDIR)uncompr.c
257 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/uncompr.o $(SRCDIR)uncompr.c
258 -@mv objs/uncompr.o $@
394 compress.o example.o minigzip.o uncompr.o: $(SRCDIR)zlib.h zconf.h
404 compress.lo example.lo minigzip.lo uncompr.lo: $(SRCDIR)zlib.h zconf.h
/external/zlib/src/msdos/
DMakefile.bor45 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
47 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o…
85 uncompr.obj: uncompr.c zlib.h zconf.h
DMakefile.tc30 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
32 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o…
70 uncompr.obj: uncompr.c zlib.h zconf.h
DMakefile.msc41 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
79 uncompr.obj: uncompr.c zlib.h zconf.h
DMakefile.emx37 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
/external/zlib/src/watcom/
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
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
/external/zlib/src/win32/
DMakefile.bor28 OBJ2 = gzwrite.obj infback.obj inffast.obj inflate.obj inftrees.obj trees.obj uncompr.obj zutil.obj
31 OBJP2 = +gzwrite.obj+infback.obj+inffast.obj+inflate.obj+inftrees.obj+trees.obj+uncompr.obj+zutil.o…
73 uncompr.obj: uncompr.c zlib.h zconf.h
DMakefile.msc37 gzwrite.obj infback.obj inflate.obj inftrees.obj inffast.obj trees.obj uncompr.obj zutil.obj
120 uncompr.obj: $(TOP)/uncompr.c $(TOP)/zlib.h $(TOP)/zconf.h
DMakefile.gcc71 gzwrite.o infback.o inffast.o inflate.o inftrees.o trees.o uncompr.o zutil.o
181 uncompr.o: zlib.h zconf.h
/external/zlib/src/contrib/delphi/
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.o…
62 uncompr.obj: uncompr.c zlib.h zconf.h
/external/zlib/src/old/
Dvisual-basic.txt35 Declare Function uncompress Lib "ZLIB.DLL" (ByVal uncompr
41 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
44 Long, ByVal uncompr As String, ByVal uncomprLen As Integer)
53 (ByVal uncompr As String, uncomprLen As Any, ByVal compr As
58 (ByVal file As Long, ByVal uncompr As String, ByVal
61 (ByVal file As Long, ByVal uncompr As String, ByVal
DMakefile.riscos20 @.o.uncompr @.o.zutil
23 @.o.trees @.o.uncompr @.o.zutil
Ddescrip.mms11 OBJS = adler32.obj, compress.obj, crc32.obj, gzio.obj, uncompr.obj,\
47 uncompr.obj : zlib.h zconf.h
/external/zlib/src/amiga/
DMakefile.pup18 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
68 uncompr.o: zlib.h zconf.h
DMakefile.sas17 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
67 uncompr.o: zlib.h zconf.h
/external/grpc-grpc/third_party/
Dzlib.BUILD13 "uncompr.c",
/external/zlib/src/old/os2/
DMakefile.os245 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
135 uncompr.o: zlib.h zconf.h

12