Home
last modified time | relevance | path

Searched refs:gzip (Results 51 - 75 of 115) sorted by relevance

12345

/kernel/linux/linux-5.10/arch/h8300/boot/compressed/
H A DMakefile31 suffix-$(CONFIG_KERNEL_GZIP) := gzip
/kernel/linux/linux-5.10/arch/loongarch/boot/
H A DMakefile44 $(call if_changed,gzip)
/kernel/linux/linux-5.10/arch/riscv/boot/
H A DMakefile27 $(call if_changed,gzip)
/kernel/linux/linux-5.10/usr/
H A DMakefile12 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
/kernel/linux/linux-5.10/tools/testing/selftests/powerpc/
H A DMakefile22 nx-gzip \
/kernel/linux/linux-6.6/arch/arm64/boot/
H A DMakefile28 $(call if_changed,gzip)
/kernel/linux/linux-6.6/tools/testing/selftests/powerpc/
H A DMakefile23 nx-gzip \
/kernel/linux/linux-6.6/usr/
H A DMakefile7 compress-$(CONFIG_INITRAMFS_COMPRESSION_GZIP) := gzip
/third_party/node/tools/dep_updaters/
H A Dupdate-llhttp.sh69 gzip -dc "$LLHTTP_TARBALL" | tar xf -
/third_party/ltp/testcases/kernel/fs/scsi/ltpscsi/
H A DMakefile33 gzip -9f $(MANDIR)/$(MAN_PREF)/$$mp; \
/kernel/linux/linux-5.10/scripts/package/
H A Dbuilddeb35 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 Dbuilddeb35 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 Daudit-report.js326 gzip: true,
339 gzip: true,
/third_party/python/Lib/
H A Dfileinput.py406 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 Dzlibpas.pas53 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 Dtest_new_connection.c129 /* 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 Dtest_notls.c108 /* 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 Dtest_request_response.c111 /* 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 DMakefile66 $(call if_changed,gzip)
/kernel/linux/linux-5.10/arch/sh/boot/compressed/
H A DMakefile59 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/ia64/
H A DMakefile61 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/riscv/boot/
H A DMakefile48 $(call if_changed,gzip)
/kernel/linux/linux-6.6/arch/sh/boot/compressed/
H A DMakefile44 $(call if_changed,gzip)
/third_party/python/Lib/test/support/
H A D__init__.py471 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 DMakefile54 tool_$(CONFIG_KERNEL_GZIP) = gzip

Completed in 11 milliseconds

12345