Searched refs:lws_http_compression_apply (Results 1 - 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/roles/http/compression/ |
H A D | stream.c | 61 lws_http_compression_apply(struct lws *wsi, const char *name, in lws_http_compression_apply() function
|
/third_party/libwebsockets/lib/roles/http/ |
H A D | header.c | 204 lws_http_compression_apply(wsi, NULL, p, end, 0); in lws_add_http_common_headers() 563 lws_http_compression_apply(struct lws *wsi, const char *name, in lws_http_compression_apply() function
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-http.h | 914 * lws_http_compression_apply() - apply an http compression transform 939 lws_http_compression_apply(struct lws *wsi, const char *name,
|
/third_party/libwebsockets/lib/roles/http/server/ |
H A D | server.c | 2828 lws_http_compression_apply(wsi, NULL, &p, end, 0); in lws_serve_http_file()
|
Completed in 6 milliseconds