| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/history/ |
| H A D | history_002_pos.ksh | 87 compression gzip compression gzip-$((RANDOM%9 + 1)) 115 compression gzip compression gzip-$((RANDOM%9 + 1)) 144 compression gzip compression gzip-$((RANDOM%9 + 1))
|
| /f-stack/freebsd/contrib/zlib/doc/ |
| H A D | rfc1952.txt | 108 will be able to read data produced by the existing gzip 128 to compress data into gzip format and/or decompress data from gzip 161 There have been no technical changes to the gzip format since 298 gzip and which is documented elsewhere. 329 [The FHCRC bit was never set by versions of gzip up to 331 meaning in gzip 1.2.4.] 552 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and 567 7. Appendix: Jean-Loup Gailly's gzip utility 571 created by Jean-Loup Gailly <gzip@prep.ai.mit.edu>. Since this 577 When compressing or decompressing a file, gzip preserves the [all …]
|
| H A D | rfc1950.txt | 255 to 32K. This is the method used by gzip and PNG (see 432 EMail: <gzip@prep.ai.mit.edu> 437 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
|
| H A D | algorithm.txt | 3 The deflation algorithm used by gzip (also zip and zlib) is a variation of 199 jloup@gzip.org [email protected]
|
| H A D | rfc1951.txt | 120 widely used gzip utility, in that conforming decompressors 121 will be able to read data produced by the existing gzip 861 available as gzip-*.tar in ftp://prep.ai.mit.edu/pub/gnu/ 917 Jean-Loup Gailly <gzip@prep.ai.mit.edu> and
|
| /f-stack/freebsd/contrib/zlib/ |
| H A D | FAQ | 59 corresponding source to us at zlib@gzip.org . Do not send multi-megabyte 130 18. Why does gzip give an error on a file I make with compress/deflate? 134 zlib on the other hand use the gzip format. Both the zlib and gzip formats 140 The gzip format was designed to retain the directory information about a 144 faster integrity check than gzip. 146 20. Well that's nice, but how do I make a gzip file in memory? 148 You can request that deflate write the gzip format instead of the zlib 150 gzip format using inflateInit2(). Read zlib.h for more details. 239 http://www.gzip.org/#faq11 324 "gzip" is the gzip format, and "deflate" is the zlib format. They should [all …]
|
| H A D | README | 7 rfc1952 (gzip format). 10 (volunteer to write man pages welcome, contact zlib@gzip.org). A usage example 22 Questions about zlib should be sent to <zlib@gzip.org>, or to Gilles Vollant 106 jloup@gzip.org [email protected]
|
| H A D | ChangeLog | 11 - Fix bug in gzwrite.c that produced corrupt gzip files 34 - Fix bugs in creating a very large gzip header 222 - Fix bug in gzgets() for a concatenated empty gzip stream 227 - Simplify gzseek() now that raw after gzip is ignored 720 - Remove comment about no gzip header processing in FAQ 732 - Use OS_CODE in deflate() default gzip header 738 - Add inflateGetheader() to retrieve gzip headers 756 - Update zlib.h comments on gzip in-memory processing 817 - Fix gzeof() for concatenated gzip files [Johnson] 936 - Remove inflate gzip decoding by default--only enable gzip decoding by [all …]
|
| H A D | zconf.h.in | 266 * created by gzip. (Files created by minigzip can still be extracted by 267 * gzip.)
|
| /f-stack/app/nginx-1.16.1/src/stream/ |
| H A D | ngx_stream_log_module.c | 53 ngx_int_t gzip; member 371 if (buffer && buffer->gzip) { in ngx_stream_log_write() 372 n = ngx_stream_log_gzip(log->file->fd, buf, len, buffer->gzip, in ngx_stream_log_write() 626 if (buffer->gzip) { in ngx_stream_log_flush() 975 ngx_int_t gzip; in ngx_stream_log_set_log() local 1095 gzip = 0; in ngx_stream_log_set_log() 1138 gzip = Z_BEST_SPEED; in ngx_stream_log_set_log() 1145 gzip = ngx_atoi(s.data, s.len); in ngx_stream_log_set_log() 1147 if (gzip < 1 || gzip > 9) { in ngx_stream_log_set_log() 1216 || buffer->gzip != gzip) in ngx_stream_log_set_log() [all …]
|
| /f-stack/app/nginx-1.16.1/src/http/modules/ |
| H A D | ngx_http_log_module.c | 54 ngx_int_t gzip; member 423 if (buffer && buffer->gzip) { in ngx_http_log_write() 424 n = ngx_http_log_gzip(log->file->fd, buf, len, buffer->gzip, in ngx_http_log_write() 734 if (buffer->gzip) { in ngx_http_log_flush() 1243 ngx_int_t gzip; in ngx_http_log_set_log() local 1366 gzip = 0; in ngx_http_log_set_log() 1409 gzip = Z_BEST_SPEED; in ngx_http_log_set_log() 1416 gzip = ngx_atoi(s.data, s.len); in ngx_http_log_set_log() 1418 if (gzip < 1 || gzip > 9) { in ngx_http_log_set_log() 1487 || buffer->gzip != gzip) in ngx_http_log_set_log() [all …]
|
| /f-stack/app/redis-5.0.5/utils/releasetools/ |
| H A D | 01_create_tarball.sh | 15 gzip -9 /tmp/$TARNAME
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | send-c_lz4_disabled.ksh | 50 for compress in off gzip; do
|
| H A D | send-cpL_varied_recsize.ksh | 174 log_must zfs create -o compress=gzip -o recsize=$recsize \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/procfs/ |
| H A D | pool_state.ksh | 132 gzip -c $REALDISK > $BACKUP
|
| /f-stack/app/nginx-1.16.1/auto/lib/zlib/ |
| H A D | conf | 70 $0: error: the HTTP gzip module requires the zlib library.
|
| /f-stack/freebsd/contrib/zstd/programs/ |
| H A D | README.md | 6 - `zstd` : default CLI supporting gzip-like arguments; includes dictionary builder, benchmark, and … 35 This is ordered through command `--format=gzip`. 36 Alternatively, symlinks named `gzip` or `gunzip` will mimic intended behavior. 99 - `gzip` : if zlib support is enabled, will mimic `gzip` by compressing file using `.gz` format, re… 186 --format=gzip : compress files to the .gz format
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_receive/ |
| H A D | zfs_receive_010_pos.ksh | 85 log_must zfs create -o checksum=sha256 -o compression=gzip -o recordsize=512 \
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/include/ |
| H A D | commands.cfg | 46 gzip
|
| H A D | properties.shlib | 18 typeset -a compress_prop_vals=('off' 'lzjb' 'lz4' 'gzip' 'zle' 'zstd')
|
| /f-stack/freebsd/contrib/openzfs/lib/libzpool/ |
| H A D | Makefile.am | 95 gzip.c \
|
| /f-stack/freebsd/contrib/openzfs/module/zfs/ |
| H A D | Makefile.in | 56 $(MODULE)-objs += gzip.o
|
| /f-stack/dpdk/doc/guides/howto/ |
| H A D | openwrt.rst | 116 gzip -d openwrt-x86-64-combined-ext4.img.gz
|
| /f-stack/app/nginx-1.16.1/ |
| H A D | CHANGES.ru | 382 писались сообщения "gzip filter failed to use preallocated memory". 1520 использовались директивы gzip или gunzip. 1927 сразу, если использовались директивы gzip или gunzip. 2260 *) Добавление: параметры flush и gzip в директиве access_log. 2296 некорректный ответ, если использовалась директива gzip. 3049 "gzip;q=0" в строке "Accept-Encoding" в заголовке запроса клиента. 3820 *) Исправление: nginx всегда добавлял строку "Content-Encoding: gzip" в 4257 обрабатывались SSI-, charset- и gzip-фильтрами. 5503 *) Исправление: при использовании SSL и gzip большие ответы могли
|
| /f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zpool_upgrade/ |
| H A D | zpool_upgrade.cfg | 32 # The following variable names describe files, stored as gzip compressed files
|