Home
last modified time | relevance | path

Searched refs:comp_ctx (Results 1 - 13 of 13) sorted by relevance

/third_party/libwebsockets/lib/roles/http/compression/
H A Dstream.c84 lcs_available[n]->init_compression(&wsi->http.comp_ctx, decomp); in lws_http_compression_apply()
85 if (!wsi->http.comp_ctx.u.generic_ctx_ptr) { in lws_http_compression_apply()
91 wsi->http.comp_ctx.may_have_more = 0; in lws_http_compression_apply()
92 wsi->http.comp_ctx.final_on_input_side = 0; in lws_http_compression_apply()
93 wsi->http.comp_ctx.chunking = 0; in lws_http_compression_apply()
94 wsi->http.comp_ctx.is_decompression = !!decomp; in lws_http_compression_apply()
110 if (!wsi->http.lcs || !wsi->http.comp_ctx.u.generic_ctx_ptr) in lws_http_compression_destroy()
113 wsi->http.lcs->destroy(&wsi->http.comp_ctx); in lws_http_compression_destroy()
131 lws_comp_ctx_t *ctx = &wsi->http.comp_ctx; in lws_http_compression_transform()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c597 if (wsi->http.comp_ctx.buflist_comp || in rops_handle_POLLIN_h1()
598 wsi->http.comp_ctx.may_have_more) { in rops_handle_POLLIN_h1()
602 __func__, wsi->http.comp_ctx.buflist_comp, in rops_handle_POLLIN_h1()
603 wsi->http.comp_ctx.may_have_more in rops_handle_POLLIN_h1()
614 if (!wsi->http.comp_ctx.buflist_comp && in rops_handle_POLLIN_h1()
615 !wsi->http.comp_ctx.may_have_more && in rops_handle_POLLIN_h1()
807 (int)o, (int)*wp, wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h1()
812 if (wsi->http.comp_ctx.chunking) { in rops_write_role_protocol_h1()
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c69 || wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked()
70 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/core-net/
H A Dservice.c106 if (wsi->http.comp_ctx.buflist_comp || in lws_handle_POLLOUT_event()
107 wsi->http.comp_ctx.may_have_more) { in lws_handle_POLLOUT_event()
111 wsi->http.comp_ctx.buflist_comp, in lws_handle_POLLOUT_event()
112 wsi->http.comp_ctx.may_have_more); in lws_handle_POLLOUT_event()
H A Doutput.c51 && !wsi->http.comp_ctx.may_have_more in lws_issue_raw()
180 if (wsi->http.comp_ctx.may_have_more) in lws_issue_raw()
H A Dclose.c499 || wsi->http.comp_ctx.buflist_comp || in __lws_close_free_wsi()
500 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi()
511 || wsi->http.comp_ctx.buflist_comp || in __lws_close_free_wsi()
512 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c52 || wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked()
53 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c454 wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h2()
996 if (w->http.comp_ctx.buflist_comp || in rops_perform_user_POLLOUT_h2()
997 w->http.comp_ctx.may_have_more) { in rops_perform_user_POLLOUT_h2()
1002 __func__, w->http.comp_ctx.buflist_comp, in rops_perform_user_POLLOUT_h2()
1003 w->http.comp_ctx.may_have_more); in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2528 || wsi->http.comp_ctx.buflist_comp || in lws_http_transaction_completed()
2529 wsi->http.comp_ctx.may_have_more in lws_http_transaction_completed()
2954 wsi->http.comp_ctx.chunking = 1; in lws_serve_http_file()
3060 if (wsi->http.comp_ctx.buflist_comp || in lws_serve_http_file_fragment()
3061 wsi->http.comp_ctx.may_have_more) { in lws_serve_http_file_fragment()
3065 __func__, wsi->http.comp_ctx.buflist_comp, in lws_serve_http_file_fragment()
3066 wsi->http.comp_ctx.may_have_more); in lws_serve_http_file_fragment()
3266 && !wsi->http.comp_ctx.buflist_comp && in lws_serve_http_file_fragment()
3267 !wsi->http.comp_ctx.may_have_more in lws_serve_http_file_fragment()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c54 ||wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked()
55 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c74 ||wsi->http.comp_ctx.buflist_comp || in lws_send_pipe_choked()
75 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/http/
H A Dprivate-lib-roles-http.h259 lws_comp_ctx_t comp_ctx; member
H A Dheader.c231 wsi->http.comp_ctx.chunking = 1; in lws_add_http_common_headers()

Completed in 14 milliseconds