Home
last modified time | relevance | path

Searched refs:compression (Results 1 – 22 of 22) sorted by relevance

/Zephyr-latest/subsys/net/lib/http/
Dhttp_compression.c22 static int http_compression_match(enum http_compression *compression, const char *text,
75 const char *http_compression_text(enum http_compression compression) in http_compression_text() argument
77 switch (compression) { in http_compression_text()
94 int http_compression_from_text(enum http_compression *compression, const char *text) in http_compression_from_text() argument
96 __ASSERT_NO_MSG(compression); in http_compression_from_text()
100 if (http_compression_match(compression, text, i) == 0) { in http_compression_from_text()
107 bool compression_value_is_valid(enum http_compression compression) in compression_value_is_valid() argument
109 switch (compression) { in compression_value_is_valid()
121 static int http_compression_match(enum http_compression *compression, const char *text, in http_compression_match() argument
124 __ASSERT_NO_MSG(compression); in http_compression_match()
[all …]
DKconfig210 from the client and extract the supported compression methods.
212 by using the file ending as compression indicator in this order:
218 6. File without compression
/Zephyr-latest/modules/lz4/
DKconfig8 bool "Lz4 data compression and decompression"
10 This option enables lz4 compression & decompression library
19 Increasing memory usage improves compression ratio, but usually at the
29 prompt "How stateless compression functions allocate memory for their hash table"
45 bool "Lz4 high compression variant"
47 For more compression ratio at the cost of compression speed,
53 prompt "How stateless HC compression functions allocate memory for their workspace"
/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h43 const char *http_compression_text(enum http_compression compression);
44 int http_compression_from_text(enum http_compression *compression, const char *text);
45 bool compression_value_is_valid(enum http_compression compression);
/Zephyr-latest/samples/modules/compression/
Dcompression.rst1 .. zephyr:code-sample-category:: compression
/Zephyr-latest/subsys/llext/
DKconfig151 prompt "EDK compression and output format"
157 Use GNU tar with XZ compression for the EDK file. Highest compression
163 Use GNU tar with Zstd compression for the EDK file. Way faster than
164 XZ, but still with a high compression ratio.
169 Use Zip format and compression for the EDK file. This is the most
/Zephyr-latest/samples/modules/compression/lz4/
DREADME.rst25 :zephyr-app: samples/modules/compression/lz4
/Zephyr-latest/subsys/net/ip/
DKconfig.ipv6225 because of header compression.
292 6lowpan compression and fragmentation. It is enabled by default
299 bool "6lowpan context based compression"
302 Enables 6lowpan context based compression based on information
/Zephyr-latest/doc/connectivity/networking/api/
Dieee802154.rst37 <https://openthread.io/>`_. The IPv6 header compression in 6LoWPAN is used for
/Zephyr-latest/doc/connectivity/networking/
Dnet-stack-architecture.rst63 Some of these technologies support IPv6 header compression (6Lo),
Doverview.rst34 * IPv6 header compression (6lo) is available for IPv6 connectivity for
/Zephyr-latest/boards/nxp/mimxrt700_evk/doc/
Dindex.rst40 - 2.5D GPU with vector graphics acceleration and frame buffer compression
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/
Dblob.rst49 structure of the BLOB, and applications are free to define any encoding or compression they'd like
/Zephyr-latest/scripts/
Dspelling.txt373 compresion||compression
375 comression||compression
/Zephyr-latest/doc/releases/
Drelease-notes-1.8.rst102 * 6lo IPv6 header compression fixes
Drelease-notes-1.7.rst219 * ``ZEP-875`` - 6LoWPAN - Context based compression support
Drelease-notes-1.10.rst112 * 6lo IPv6 header compression fixes.
Drelease-notes-2.7.rst1044 * :github:`39135` - samples/compression/lz4 build failed (lz4.h: No such file or directory)
1615 * :github:`36465` - samples/compression/lz4 failed with arcmwdt toolchian
Drelease-notes-3.0.rst939 * :github:`42161` - samples/compression/l4z: Expected RAM size for correct execution is too low
Drelease-notes-2.3.rst812 * :github:`25522` - settings: FCB back-end does not try to add record after the last compression at…
Drelease-notes-2.0.rst381 * 6lo compression rework.
Drelease-notes-3.3.rst3359 * :github:`51520` - samples: compression lz4 fails on small-ram stm32 platforms