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