Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/http/
Dheader.c199 lws_http_compression_apply(wsi, NULL, p, end, 0); in lws_add_http_common_headers()
558 lws_http_compression_apply(struct lws *wsi, const char *name, in lws_http_compression_apply() function
/third_party/libwebsockets/lib/roles/http/compression/
Dstream.c61 lws_http_compression_apply(struct lws *wsi, const char *name, in lws_http_compression_apply() function
/third_party/libwebsockets/include/libwebsockets/
Dlws-http.h941 lws_http_compression_apply(struct lws *wsi, const char *name,
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2817 lws_http_compression_apply(wsi, NULL, &p, end, 0); in lws_serve_http_file()