Searched refs:deflate (Results 1 - 25 of 101) sorted by relevance

12345

/netbsd-6-1-5-RELEASE/sys/modules/ppp_deflate/
H A DMakefile8 SRCS= ppp-deflate.c
/netbsd-6-1-5-RELEASE/dist/pppd/pppd/
H A Dccp.h37 bool deflate; /* do Deflate? */ member in struct:ccp_options
40 bool deflate_correct; /* use correct code for deflate? */
41 bool deflate_draft; /* use draft RFC code for deflate? */
H A Dccp.c62 * buffer overruns and kernel crashes in the deflate module.
99 { "deflate", o_special, (void *)setdeflate,
102 { "nodeflate", o_bool, &ccp_wantoptions[0].deflate,
104 &ccp_allowoptions[0].deflate },
105 { "-deflate", o_bool, &ccp_wantoptions[0].deflate,
107 &ccp_allowoptions[0].deflate },
110 "don't use draft deflate #", OPT_A2COPY,
253 #define ANY_COMPRESS(opt) ((opt).deflate || (opt).bsd_compress \
324 option_error("invalid parameter '%s' for deflate optio
[all...]
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs16 /// Implements a data compressor, using the deflate algorithm in the ZLib dll
25 private static extern int deflate(ref ZStream sz, int flush); method in class:DotZLib.Deflater
69 err = deflate(ref _ztream, (int)FlushTypes.None);
74 err = deflate(ref _ztream, (int)FlushTypes.None);
91 err = deflate(ref _ztream, (int)FlushTypes.Finish);
101 /// Closes the internal zlib deflate stream
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A DMakefile.am7 ZLIB_SOURCES = adler32.c compress.c crc32.c crc32.h deflate.c \
8 deflate.h gzio.c infback.c inffast.c inffast.h inffixed.h inflate.c \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/dotzlib/DotZLib/
H A DDeflater.cs16 /// Implements a data compressor, using the deflate algorithm in the ZLib dll
25 private static extern int deflate(ref ZStream sz, int flush); method in class:DotZLib.Deflater
69 err = deflate(ref _ztream, (int)FlushTypes.None);
74 err = deflate(ref _ztream, (int)FlushTypes.None);
91 err = deflate(ref _ztream, (int)FlushTypes.Finish);
101 /// Closes the internal zlib deflate stream
/netbsd-6-1-5-RELEASE/usr.sbin/pppd/pppdump/
H A DMakefile8 SRCS= pppdump.c deflate.c bsd-comp.c zlib.c
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/delphi/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
54 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/pascal/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
54 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
H A Dexample.pas181 * Test deflate with small buffers
206 err := deflate(c_stream, Z_NO_FLUSH);
207 CHECK_ERR(err, 'deflate');
214 err := deflate(c_stream, Z_FINISH);
217 CHECK_ERR(err, 'deflate');
269 * Test deflate with large buffers and dynamic change of compression level
292 err := deflate(c_stream, Z_NO_FLUSH);
293 CHECK_ERR(err, 'deflate');
295 EXIT_ERR('deflate not greedy');
301 err := deflate(c_strea
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/delphi/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
54 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/pascal/
H A Dzlibd32.mak21 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
23 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
39 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
54 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
H A Dexample.pas181 * Test deflate with small buffers
206 err := deflate(c_stream, Z_NO_FLUSH);
207 CHECK_ERR(err, 'deflate');
214 err := deflate(c_stream, Z_FINISH);
217 CHECK_ERR(err, 'deflate');
269 * Test deflate with large buffers and dynamic change of compression level
292 err := deflate(c_stream, Z_NO_FLUSH);
293 CHECK_ERR(err, 'deflate');
295 EXIT_ERR('deflate not greedy');
301 err := deflate(c_strea
[all...]
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/msdos/
H A DMakefile.bor44 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
46 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
62 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
H A DMakefile.tc29 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
31 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
47 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
62 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
H A DMakefile.msc40 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
56 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
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/win32/
H A DMakefile.bor30 OBJ1 = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj
33 OBJP1 = +adler32.obj+compress.obj+crc32.obj+deflate.obj+gzio.obj+infback.obj
53 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
H A DMakefile.msc36 OBJS = adler32.obj compress.obj crc32.obj deflate.obj gzio.obj infback.obj \
78 deflate.obj: deflate.c deflate.h zutil.h zlib.h zconf.h
93 trees.obj: trees.c zutil.h zlib.h zconf.h deflate.h trees.h
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/client/
H A Dracoon.conf32 compression_algorithm deflate ;
/netbsd-6-1-5-RELEASE/crypto/dist/ipsec-tools/src/racoon/samples/roadwarrior/server/
H A Dracoon.conf40 compression_algorithm deflate;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/gas/
H A Dcompress-debug.c69 x = deflate (strm, Z_NO_FLUSH);
102 x = deflate (strm, Z_FINISH);
/netbsd-6-1-5-RELEASE/sys/lib/libz/
H A DMakefile13 LIBZSRCS= adler32.c compress.c deflate.c infback.c inffast.c \
15 LIBZHDRS= deflate.h inffast.h inffixed.h inflate.h inftrees.h \
/netbsd-6-1-5-RELEASE/lib/libz/
H A DMakefile13 SRCS= adler32.c compress.c crc32.c deflate.c gzio.c infback.c inffast.c \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/amiga/
H A DMakefile.pup17 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
56 deflate.o: deflate.h zutil.h zlib.h zconf.h
64 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h
H A DMakefile.sas16 OBJS = adler32.o compress.o crc32.o gzio.o uncompr.o deflate.o trees.o \
55 deflate.o: deflate.h zutil.h zlib.h zconf.h
63 trees.o: deflate.h zutil.h zlib.h zconf.h trees.h

Completed in 151 milliseconds

12345