Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_compression.c28 enum http_compression detected_compression; in http_compression_parse_accept_encoding() local
66 if (http_compression_from_text(&detected_compression, strbuf) == 0) { in http_compression_parse_accept_encoding()
67 WRITE_BIT(*supported_compression, detected_compression, true); in http_compression_parse_accept_encoding()