/kernel/linux/linux-5.10/arch/h8300/boot/compressed/ |
H A D | Makefile | 31 suffix-$(CONFIG_KERNEL_GZIP) := gzip
|
/kernel/linux/linux-5.10/arch/loongarch/boot/ |
H A D | Makefile | 44 $(call if_changed,gzip)
|
/kernel/linux/linux-5.10/arch/riscv/boot/ |
H A D | Makefile | 27 $(call if_changed,gzip)
|
/kernel/linux/linux-5.10/usr/ |
H A D | Makefile | 12 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
|
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/ |
H A D | Makefile | 22 nx-gzip \
|
/kernel/linux/linux-6.6/arch/arm64/boot/ |
H A D | Makefile | 28 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/ |
H A D | Makefile | 23 nx-gzip \
|
/kernel/linux/linux-6.6/usr/ |
H A D | Makefile | 7 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
|
/third_party/node/tools/dep_updaters/ |
H A D | update-llhttp.sh | 69 gzip -dc "$LLHTTP_TARBALL" | tar xf -
|
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/ |
H A D | Makefile | 33 gzip -9f $(MANDIR)/$(MAN_PREF)/$$mp; \
|
/kernel/linux/linux-5.10/scripts/package/ |
H A D | builddeb | 35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 145 gzip "$tmpdir/usr/share/doc/$packagename/config"
|
/kernel/linux/linux-6.6/scripts/package/ |
H A D | builddeb | 35 gzip -n -9 "$pdir/usr/share/doc/$pname/changelog.Debian" 75 gzip "${pdir}/usr/share/doc/${pname}/config"
|
/third_party/node/deps/npm/node_modules/@npmcli/arborist/lib/ |
H A D | audit-report.js | 326 gzip: true, 339 gzip: true,
|
/third_party/python/Lib/ |
H A D | fileinput.py | 406 import gzip namespace 407 stream = gzip.open(filename, mode) 414 # gzip and bz2 are binary mode by default.
|
/third_party/zlib/contrib/pascal/ |
H A D | zlibpas.pas | 53 xflags: Integer; (* extra flags (not used when writing a gzip file) *) 63 done: Integer; (* true when done reading gzip header *)
|
/third_party/skia/third_party/externals/microhttpd/src/testspdy/ |
H A D | test_new_connection.c | 129 /* The gzip stream inflater for the compressed response. */ 190 * Check response is content-encoding: gzip. We need this because SPDY 191 * client is required to support gzip. 195 int gzip = 0; in check_gzip() local 199 gzip = strcmp("gzip", nv[i+1]) == 0; in check_gzip() 203 if(gzip) { in check_gzip() 429 /* TODO add support gzip */ in on_data_chunk_recv_callback()
|
H A D | test_notls.c | 108 /* The gzip stream inflater for the compressed response. */ 169 * Check response is content-encoding: gzip. We need this because SPDY 170 * client is required to support gzip. 174 int gzip = 0; in check_gzip() local 178 gzip = strcmp("gzip", nv[i+1]) == 0; in check_gzip() 182 if(gzip) { in check_gzip() 427 /* TODO add support gzip */ in on_data_chunk_recv_callback()
|
H A D | test_request_response.c | 111 /* The gzip stream inflater for the compressed response. */ 172 * Check response is content-encoding: gzip. We need this because SPDY 173 * client is required to support gzip. 177 int gzip = 0; in check_gzip() local 181 gzip = strcmp("gzip", nv[i+1]) == 0; in check_gzip() 185 if(gzip) { in check_gzip() 412 /* TODO add support gzip */ in on_data_chunk_recv_callback()
|
/kernel/linux/linux-5.10/arch/ia64/ |
H A D | Makefile | 66 $(call if_changed,gzip)
|
/kernel/linux/linux-5.10/arch/sh/boot/compressed/ |
H A D | Makefile | 59 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/ia64/ |
H A D | Makefile | 61 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/riscv/boot/ |
H A D | Makefile | 48 $(call if_changed,gzip)
|
/kernel/linux/linux-6.6/arch/sh/boot/compressed/ |
H A D | Makefile | 44 $(call if_changed,gzip)
|
/third_party/python/Lib/test/support/ |
H A D | __init__.py | 471 def requires_gzip(reason='requires gzip'): 473 import gzip namespace 475 gzip = None 476 return unittest.skipUnless(gzip, reason) 631 import gzip namespace 633 gzip = None 662 if gzip: 663 opener.addheaders.append(('Accept-Encoding', 'gzip')) 665 if gzip and f.headers.get('Content-Encoding') == 'gzip' [all...] |
/kernel/linux/linux-5.10/arch/loongarch/boot/compressed/ |
H A D | Makefile | 54 tool_$(CONFIG_KERNEL_GZIP) = gzip
|