Searched refs:GZIP (Results 1 – 11 of 11) sorted by relevance
| /openbmc/bmcweb/test/include/ |
| H A D | http_utility_test.cpp | 131 std::array<Encoding, 1> encodingsGzip{Encoding::GZIP}; in TEST() 132 EXPECT_EQ(getPreferredEncoding("gzip", encodingsGzip), Encoding::GZIP); in TEST() 134 std::array<Encoding, 2> encodingsGzipZstd{Encoding::GZIP, Encoding::ZSTD}; in TEST() 135 EXPECT_EQ(getPreferredEncoding("gzip", encodingsGzipZstd), Encoding::GZIP); in TEST() 138 EXPECT_EQ(getPreferredEncoding("*", encodingsGzipZstd), Encoding::GZIP); in TEST() 146 std::array<Encoding, 2> contentType{Encoding::GZIP, in TEST() 151 std::array<Encoding, 1> contentType2{Encoding::GZIP}; in TEST()
|
| /openbmc/bmcweb/http/ |
| H A D | complete_response_fields.hpp | 49 std::array<Encoding, 1> allowedEnc{GZIP}; in handleEncoding() 52 if (encoding != GZIP) in handleEncoding()
|
| /openbmc/bmcweb/include/ |
| H A D | http_utility.hpp | 143 GZIP, enumerator 165 const symbols<Encoding> knownAcceptEncoding{{"gzip", Encoding::GZIP}, in getPreferredEncoding()
|
| /openbmc/u-boot/doc/ |
| H A D | README.multi-dtb-fit | 32 SPL. LZO and GZIP compressions are supported. By default, the area where the 60 | GZIP (user defined area) | 133880 | 8575 | 1.421 | 0.032 |
|
| /openbmc/u-boot/lib/zlib/ |
| H A D | deflate.h | 23 # define GZIP macro
|
| H A D | deflate.c | 253 #ifdef GZIP 376 #ifdef GZIP 606 #ifdef GZIP 679 #ifdef GZIP 867 #ifdef GZIP 1005 #ifdef GZIP
|
| /openbmc/u-boot/lib/ |
| H A D | Makefile | 63 obj-$(CONFIG_$(SPL_)GZIP) += gunzip.o
|
| H A D | fdtdec.c | 1179 if (CONFIG_IS_ENABLED(GZIP)) in uncompress_blob() 1200 if (CONFIG_IS_ENABLED(GZIP)) in uncompress_blob()
|
| H A D | Kconfig | 343 This enables support for GZIP compression altorithm for SPL boot.
|
| /openbmc/u-boot/dts/ |
| H A D | Kconfig | 190 bool "GZIP" 195 using GZIP compression. (requires gzip on host)
|
| /openbmc/openbmc/poky/meta/recipes-devtools/binutils/binutils/ |
| H A D | 0008-Use-libtool-2.4.patch | 20686 eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
|