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/
H A 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()
H A Dprivate-lib-roles-http-compression.h57 unsigned int may_have_more:1; member
/third_party/libwebsockets/lib/core-net/
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 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()
H A 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/
H A Dops-h1.c598 wsi->http.comp_ctx.may_have_more) { in rops_handle_POLLIN_h1()
603 wsi->http.comp_ctx.may_have_more 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()
/third_party/libwebsockets/lib/roles/http/compression/brotli/
H A Dbrotli.c82 ctx->may_have_more = !a_out; in lcs_process_brotli()
/third_party/libwebsockets/lib/roles/http/compression/deflate/
H A Ddeflate.c89 ctx->may_have_more = (*olen_oused == olen_oused_in); in lcs_process_deflate()
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c70 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()
997 w->http.comp_ctx.may_have_more) { in rops_perform_user_POLLOUT_h2()
1003 w->http.comp_ctx.may_have_more); in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c53 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c55 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c75 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2529 wsi->http.comp_ctx.may_have_more in lws_http_transaction_completed()
3061 wsi->http.comp_ctx.may_have_more) { in lws_serve_http_file_fragment()
3066 wsi->http.comp_ctx.may_have_more); in lws_serve_http_file_fragment()
3267 !wsi->http.comp_ctx.may_have_more in lws_serve_http_file_fragment()

Completed in 17 milliseconds