Home
last modified time | relevance | path

Searched refs:deflate (Results 1 – 25 of 87) sorted by relevance

1234

/AliOS-Things-master/components/py_engine/external/unzip/src/
A Dexample.c-bak167 * Test deflate() with small buffers
190 CHECK_ERR(err, "deflate");
197 CHECK_ERR(err, "deflate");
271 CHECK_ERR(err, "deflate");
282 CHECK_ERR(err, "deflate");
289 CHECK_ERR(err, "deflate");
291 err = deflate(&c_stream, Z_FINISH);
342 * Test deflate() with full flush
364 CHECK_ERR(err, "deflate");
369 err = deflate(&c_stream, Z_FINISH);
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/dotzlib/DotZLib/
A DDeflater.cs25 private static extern int deflate(ref ZStream sz, int flush); in deflate() method in DotZLib.Deflater
69 err = deflate(ref _ztream, (int)FlushTypes.None); in Add()
74 err = deflate(ref _ztream, (int)FlushTypes.None); in Add()
91 err = deflate(ref _ztream, (int)FlushTypes.Finish); in Finish()
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/puff/
A DREADME8 puff.c provides the routine puff() to decompress the deflate data format. It
14 puff.c was written to document the deflate format unambiguously, by virtue of
16 describes the deflate format. I have received many questions on details of the
17 deflate format, and I hope that reading this code will answer those questions.
18 puff.c is heavily commented with details of the deflate format, especially
37 Then you can call puff() to decompress a deflate stream that is in memory in
46 that in order to decompress the deflate data successfully, you need to know
57 The deflate format is self-terminating. If the deflate stream does not end
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/msdos/
A DMakefile.bor44 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
46 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
62 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
83 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
A DMakefile.tc29 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
31 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
47 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
68 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
A DMakefile.msc40 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
56 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
77 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/win32/
A DMakefile.bor27 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
30 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
50 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
71 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
A DMakefile.gcc70 OBJS = adler32.o compress.o crc32.o deflate.o gzclose.o gzlib.o gzread.o \
171 deflate.o: deflate.h zutil.h zlib.h zconf.h
180 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
A DMakefile.msc36 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj \
97 deflate.obj: $(TOP)/deflate.c $(TOP)/deflate.h $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h
118 trees.obj: $(TOP)/trees.c $(TOP)/zutil.h $(TOP)/zlib.h $(TOP)/zconf.h $(TOP)/deflate.h $(TOP)/trees…
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/pascal/
A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
A Dexample.pas206 err := deflate(c_stream, Z_NO_FLUSH);
214 err := deflate(c_stream, Z_FINISH);
292 err := deflate(c_stream, Z_NO_FLUSH);
301 err := deflate(c_stream, Z_NO_FLUSH);
308 err := deflate(c_stream, Z_NO_FLUSH);
311 err := deflate(c_stream, Z_FINISH);
386 err := deflate(c_stream, Z_FULL_FLUSH);
392 err := deflate(c_stream, Z_FINISH);
471 err := deflate(c_stream, Z_FINISH);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/contrib/delphi/
A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzclose.obj gzlib.obj gzread.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzclose.obj+gzlib.obj+gzread.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
60 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dccp.c251 || (opt)->deflate in ccp_anycompress()
384 wo->deflate = 1; in ccp_init()
388 ao->deflate = 1; in ccp_init()
639 ao->deflate = go->deflate = 0; in ccp_resetci()
676 if (go->deflate) { in ccp_resetci()
718 go->deflate = 0; in ccp_resetci()
787 if (go->deflate) { in ccp_addci()
859 if (go->deflate) { in ccp_ackci()
969 no.deflate = 1; in ccp_nakci()
1064 try_.deflate = 0; in ccp_rejci()
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/
A DMakefile.in60 OBJZ = adler32.o crc32.o deflate.o infback.o inffast.o inflate.o inftrees.o trees.o zutil.o
64 PIC_OBJZ = adler32.lo crc32.lo deflate.lo infback.lo inffast.lo inflate.lo inftrees.lo trees.lo zut…
165 deflate.o: $(SRCDIR)deflate.c
166 $(CC) $(CFLAGS) $(ZINC) -c -o $@ $(SRCDIR)deflate.c
215 deflate.lo: $(SRCDIR)deflate.c
217 $(CC) $(SFLAGS) $(ZINC) -DPIC -c -o objs/deflate.o $(SRCDIR)deflate.c
218 -@mv objs/deflate.o $@
396 deflate.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h
400 trees.o: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h $(SRCDIR)trees.h
406 deflate.lo: $(SRCDIR)deflate.h $(SRCDIR)zutil.h $(SRCDIR)zlib.h zconf.h
[all …]
A DFAQ33 5. deflate() or inflate() returns Z_BUF_ERROR.
38 Z_BUF_ERROR is not fatal--another call to deflate() or inflate() can be
130 18. Why does gzip give an error on a file I make with compress/deflate?
148 You can request that deflate write the gzip format instead of the zlib
181 update the version strings in deflate.c and inftrees.c.
218 deflate stream once to generate an index, and then use that index for
229 understand the deflate format?
297 36. Valgrind (or some similar memory access checker) says that deflate is
326 the raw deflate compressed data format. While the HTTP 1.1 RFC 2616
329 incorrectly produce or expect raw deflate data per the deflate
[all …]
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/
A Ddescrip.mms12 deflate.obj, trees.obj, zutil.obj, inflate.obj, infblock.obj,\
36 deflate.obj : deflate.h zutil.h zlib.h zconf.h
46 trees.obj : deflate.h zutil.h zlib.h zconf.h
A DMakefile.riscos18 @.lib: @.o.adler32 @.o.compress @.o.crc32 @.o.deflate @.o.gzio \
21 LibFile $(LibFileflags) @.o.adler32 @.o.compress @.o.crc32 @.o.deflate \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/amiga/
A DMakefile.pup18 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
56 deflate.o: deflate.h zutil.h zlib.h zconf.h
67 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
A DMakefile.sas17 uncompr.o deflate.o trees.o zutil.o inflate.o infback.o inftrees.o inffast.o
55 deflate.o: deflate.h zutil.h zlib.h zconf.h
66 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/watcom/
A Dwatcom_f.mak7 C_SOURCE = adler32.c compress.c crc32.c deflate.c &
12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
A Dwatcom_l.mak7 C_SOURCE = adler32.c compress.c crc32.c deflate.c &
12 OBJS = adler32.obj compress.obj crc32.obj deflate.obj &
30 wlib -b -c $(ZLIB_LIB) -+deflate.obj -+infback.obj
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/test/
A Dexample.c220 err = deflate(&c_stream, Z_NO_FLUSH);
226 err = deflate(&c_stream, Z_FINISH);
301 err = deflate(&c_stream, Z_NO_FLUSH);
312 err = deflate(&c_stream, Z_NO_FLUSH);
319 err = deflate(&c_stream, Z_NO_FLUSH);
322 err = deflate(&c_stream, Z_FINISH);
394 err = deflate(&c_stream, Z_FULL_FLUSH);
400 err = deflate(&c_stream, Z_FINISH);
482 err = deflate(&c_stream, Z_FINISH);
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/examples/
A DREADME.examples33 - illustrates use of raw deflate, Z_PARTIAL_FLUSH, deflatePrime(),
39 - describes in excruciating detail the use of deflate() and inflate()
43 - illustrates the proper use of deflate() and inflate()
/AliOS-Things-master/components/SDL2/src/image/external/libpng-1.6.37/contrib/pngminim/encoder/
A Dmakefile31 ZSRCS = adler32$(C) compress$(C) crc32$(C) deflate$(C) \
36 ZH = zlib.h crc32.h deflate.h trees.h zutil.h
50 ZOBJS = adler32$(O) compress$(O) crc32$(O) deflate$(O) \
/AliOS-Things-master/components/SDL2/src/image/external/zlib-1.2.11/old/os2/
A DMakefile.os245 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
122 deflate.o: deflate.h zutil.h zlib.h zconf.h
134 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h

Completed in 18 milliseconds

1234