Home
last modified time | relevance | path

Searched refs:lws_http_compression_transform (Results 1 – 4 of 4) sorted by relevance

/third_party/libwebsockets/lib/roles/http/compression/
Dprivate-lib-roles-http-compression.h82 lws_http_compression_transform(struct lws *wsi, unsigned char *buf,
Dstream.c125 lws_http_compression_transform(struct lws *wsi, unsigned char *buf, in lws_http_compression_transform() function
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c798 n = lws_http_compression_transform(wsi, buf, len, wp, &out, &o); in rops_write_role_protocol_h1()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c447 n = lws_http_compression_transform(wsi, buf, len, wp, &out, &o); in rops_write_role_protocol_h2()