Searched refs:lws_http_compression_apply (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/roles/http/ |
D | header.c | 199 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/ |
D | stream.c | 61 lws_http_compression_apply(struct lws *wsi, const char *name, in lws_http_compression_apply() function
|
/third_party/libwebsockets/include/libwebsockets/ |
D | lws-http.h | 941 lws_http_compression_apply(struct lws *wsi, const char *name,
|
/third_party/libwebsockets/lib/roles/http/server/ |
D | server.c | 2817 lws_http_compression_apply(wsi, NULL, &p, end, 0); in lws_serve_http_file()
|