Home
last modified time | relevance | path

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 Dprivate-lib-roles-http-compression.h82 lws_http_compression_transform(struct lws *wsi, unsigned char *buf,
H A Dstream.c125 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 Dops-h1.c798 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 Dops-h2.c447 n = lws_http_compression_transform(wsi, buf, len, wp, &out, &o); in rops_write_role_protocol_h2()