Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/net/lib/http/
Dhttp_compression.c66 if (http_compression_from_text(&detected_compression, strbuf) == 0) { in http_compression_parse_accept_encoding()
94 int http_compression_from_text(enum http_compression *compression, const char *text) in http_compression_from_text() function
/Zephyr-latest/subsys/net/lib/http/headers/
Dserver_internal.h44 int http_compression_from_text(enum http_compression *compression, const char *text);