Home
last modified time | relevance | path

Searched refs:may_have_more (Results 1 – 14 of 14) sorted by relevance

/third_party/libwebsockets/lib/roles/http/compression/
Dstream.c91 wsi->http.comp_ctx.may_have_more = 0; in lws_http_compression_apply()
133 ctx->may_have_more = 0; in lws_http_compression_transform()
192 if (!ctx->may_have_more && ctx->final_on_input_side) in lws_http_compression_transform()
197 ctx->may_have_more, (int)ilen_iused); in lws_http_compression_transform()
223 if (ctx->buflist_comp || ctx->may_have_more) in lws_http_compression_transform()
Dprivate-lib-roles-http-compression.h57 unsigned int may_have_more:1; member
/third_party/libwebsockets/lib/core-net/
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()
Dservice.c107 wsi->http.comp_ctx.may_have_more) { in lws_handle_POLLOUT_event()
112 wsi->http.comp_ctx.may_have_more); in lws_handle_POLLOUT_event()
Dclose.c500 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi()
512 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c596 wsi->http.comp_ctx.may_have_more) { in rops_handle_POLLIN_h1()
601 wsi->http.comp_ctx.may_have_more in rops_handle_POLLIN_h1()
613 !wsi->http.comp_ctx.may_have_more && in rops_handle_POLLIN_h1()
805 (int)o, (int)*wp, wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h1()
/third_party/libwebsockets/lib/roles/http/compression/deflate/
Ddeflate.c89 ctx->may_have_more = (*olen_oused == olen_oused_in); in lcs_process_deflate()
/third_party/libwebsockets/lib/roles/http/compression/brotli/
Dbrotli.c82 ctx->may_have_more = !a_out; in lcs_process_brotli()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c70 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c454 wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h2()
990 w->http.comp_ctx.may_have_more) { in rops_perform_user_POLLOUT_h2()
996 w->http.comp_ctx.may_have_more); in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c53 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c55 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c75 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2518 wsi->http.comp_ctx.may_have_more in lws_http_transaction_completed()
3050 wsi->http.comp_ctx.may_have_more) { in lws_serve_http_file_fragment()
3055 wsi->http.comp_ctx.may_have_more); in lws_serve_http_file_fragment()
3256 !wsi->http.comp_ctx.may_have_more in lws_serve_http_file_fragment()