Searched refs:lws_http_compression_transform (Results 1 – 4 of 4) sorted by relevance
/third_party/libwebsockets/lib/roles/http/compression/ |
D | private-lib-roles-http-compression.h | 82 lws_http_compression_transform(struct lws *wsi, unsigned char *buf,
|
D | stream.c | 125 lws_http_compression_transform(struct lws *wsi, unsigned char *buf, in lws_http_compression_transform() function
|
/third_party/libwebsockets/lib/roles/h1/ |
D | ops-h1.c | 798 n = lws_http_compression_transform(wsi, buf, len, wp, &out, &o); in rops_write_role_protocol_h1()
|
/third_party/libwebsockets/lib/roles/h2/ |
D | ops-h2.c | 447 n = lws_http_compression_transform(wsi, buf, len, wp, &out, &o); in rops_write_role_protocol_h2()
|