Searched refs:compression (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/subsys/net/lib/http/ |
D | http_compression.c | 22 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 …]
|
D | Kconfig | 210 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/ |
D | Kconfig | 8 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/ |
D | server_internal.h | 43 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/ |
D | compression.rst | 1 .. zephyr:code-sample-category:: compression
|
/Zephyr-latest/subsys/llext/ |
D | Kconfig | 151 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/ |
D | README.rst | 25 :zephyr-app: samples/modules/compression/lz4
|
/Zephyr-latest/subsys/net/ip/ |
D | Kconfig.ipv6 | 225 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/ |
D | ieee802154.rst | 37 <https://openthread.io/>`_. The IPv6 header compression in 6LoWPAN is used for
|
/Zephyr-latest/doc/connectivity/networking/ |
D | net-stack-architecture.rst | 63 Some of these technologies support IPv6 header compression (6Lo),
|
D | overview.rst | 34 * IPv6 header compression (6lo) is available for IPv6 connectivity for
|
/Zephyr-latest/boards/nxp/mimxrt700_evk/doc/ |
D | index.rst | 40 - 2.5D GPU with vector graphics acceleration and frame buffer compression
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob.rst | 49 structure of the BLOB, and applications are free to define any encoding or compression they'd like
|
/Zephyr-latest/scripts/ |
D | spelling.txt | 373 compresion||compression 375 comression||compression
|
/Zephyr-latest/doc/releases/ |
D | release-notes-1.8.rst | 102 * 6lo IPv6 header compression fixes
|
D | release-notes-1.7.rst | 219 * ``ZEP-875`` - 6LoWPAN - Context based compression support
|
D | release-notes-1.10.rst | 112 * 6lo IPv6 header compression fixes.
|
D | release-notes-2.7.rst | 1044 * :github:`39135` - samples/compression/lz4 build failed (lz4.h: No such file or directory) 1615 * :github:`36465` - samples/compression/lz4 failed with arcmwdt toolchian
|
D | release-notes-3.0.rst | 939 * :github:`42161` - samples/compression/l4z: Expected RAM size for correct execution is too low
|
D | release-notes-2.3.rst | 812 * :github:`25522` - settings: FCB back-end does not try to add record after the last compression at…
|
D | release-notes-2.0.rst | 381 * 6lo compression rework.
|
D | release-notes-3.3.rst | 3359 * :github:`51520` - samples: compression lz4 fails on small-ram stm32 platforms
|