HomeSort by: relevance | last modified time | path
    Searched refs:GZIP (Results 1 - 10 of 10) sorted by relevancy

  /src/distrib/sets/
makesrctars 17 GZIP=-9n
18 export GZIP
115 export setdir MTREE PAX CKSUM GZIP PASSWD srcprefix
maketars 225 GZIP=-9n # for pax -z
226 export GZIP
Makefile 37 GZIP=${GZIP_FLAGS:Q} \
  /src/common/dist/zlib/examples/
zran.c 9 1.2 14 Oct 2018 Handle gzip streams with multiple members
11 1.3 18 Feb 2023 Permit raw deflate streams as well as zlib and gzip
12 Permit crossing gzip member boundaries when extracting
129 #define GZIP 31
139 int mode = 0; // mode: RAW, ZLIB, or GZIP (0 => not set yet)
158 // if it is neither zlib nor gzip. This could in theory result
164 strm.next_in[0] == 0x1f ? GZIP :
207 if (ret == Z_STREAM_END && mode == GZIP &&
209 // There is more input after the end of a gzip member. Reset the
210 // inflate state to read another gzip member. On success, this wil
    [all...]
  /src/common/dist/zlib/
gzguts.h 158 /* gzip modes, also provide a little integrity check on the passed structure */
165 #define LOOK 0 /* look for a gzip header */
167 #define GZIP 2 /* decompress a gzip stream */
169 /* internal gzip file state data structure */
177 int mode; /* see gzip modes above */
184 int direct; /* 0 if processing gzip, 1 if transparent */
187 z_off64_t start; /* where the gzip data started, for rewinding */
deflate.h 20 /* define NO_GZIP when compiling if you want to disable gzip header and
22 the crc code when it is not needed. For shared libraries, gzip encoding
25 # define GZIP
61 #ifdef GZIP
62 # define GZIP_STATE 57 /* gzip header -> BUSY_STATE | EXTRA_STATE */
64 #define EXTRA_STATE 69 /* gzip extra block -> NAME_STATE */
65 #define NAME_STATE 73 /* gzip file name -> COMMENT_STATE */
66 #define COMMENT_STATE 91 /* gzip comment -> HCRC_STATE */
67 #define HCRC_STATE 103 /* gzip header CRC -> BUSY_STATE */
113 int wrap; /* bit 0 true for zlib, bit 1 true for gzip */
    [all...]
deflate.c 232 #ifdef GZIP
422 #ifdef GZIP
424 wrap = 2; /* write gzip wrapper instead */
538 #ifdef GZIP
656 #ifdef GZIP
661 #ifdef GZIP
864 #ifdef GZIP
865 case 2: /* gzip wrapper */
867 if (s->gzhead != Z_NULL) { /* user-supplied gzip header */
1032 #ifdef GZIP
    [all...]
gzread.c 1 /* gzread.c -- zlib functions for reading gzip files
67 /* Look for gzip header, set up for inflate or copy. state->x.have must be 0.
70 if there is no gzip header and direct copying will be performed, or it will
71 be set to GZIP for decompression. If direct copying, then leftover input
115 /* look for gzip magic bytes -- if there, do gzip decoding (note: there is
117 gzip file, to wit, if a single 31 byte is written, then we cannot tell
118 whether this is a single-byte file, or just a partially written gzip
119 file -- for here we assume that if a gzip file is being written, then
121 single byte is sufficient indication that it is not a gzip file) *
    [all...]
  /src/sys/external/isc/libsodium/dist/
Makefile.in 250 DIST_TARGETS = dist-bzip2 dist-gzip
678 dist-gzip: distdir
679 tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).tar.gz
704 shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
722 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
732 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;
    [all...]
  /src/common/dist/zlib/os400/
zlib.inc 91 * The GZIP encode/decode stream support structure.

Completed in 17 milliseconds