Home
last modified time | relevance | path

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

/external/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()
196 ctx->may_have_more, (int)ilen_iused); in lws_http_compression_transform()
222 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
/external/libwebsockets/lib/roles/h1/
Dops-h1.c603 wsi->http.comp_ctx.may_have_more) { in rops_handle_POLLIN_h1()
608 wsi->http.comp_ctx.may_have_more in rops_handle_POLLIN_h1()
618 !wsi->http.comp_ctx.may_have_more && in rops_handle_POLLIN_h1()
793 (int)o, (int)*wp, wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h1()
1058 wsi->http.comp_ctx.may_have_more) {
1064 wsi->http.comp_ctx.may_have_more);
/external/libwebsockets/lib/roles/http/compression/deflate/
Ddeflate.c89 ctx->may_have_more = (*olen_oused == olen_oused_in); in lcs_process_deflate()
/external/libwebsockets/lib/roles/http/compression/brotli/
Dbrotli.c82 ctx->may_have_more = !a_out; in lcs_process_brotli()
/external/libwebsockets/lib/core-net/
Doutput.c61 && !wsi->http.comp_ctx.may_have_more in lws_issue_raw()
189 if (wsi->http.comp_ctx.may_have_more) in lws_issue_raw()
Dservice.c109 wsi->http.comp_ctx.may_have_more) { in lws_handle_POLLOUT_event()
114 wsi->http.comp_ctx.may_have_more in lws_handle_POLLOUT_event()
Dclose.c358 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi()
370 wsi->http.comp_ctx.may_have_more in __lws_close_free_wsi()
/external/libwebsockets/lib/plat/optee/
Dnetwork.c63 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c45 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c426 wsi->http.comp_ctx.may_have_more); in rops_write_role_protocol_h2()
885 w->http.comp_ctx.may_have_more) { in rops_perform_user_POLLOUT_h2()
891 w->http.comp_ctx.may_have_more); in rops_perform_user_POLLOUT_h2()
/external/libwebsockets/lib/plat/windows/
Dwindows-sockets.c47 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/external/libwebsockets/lib/plat/unix/
Dunix-sockets.c63 wsi->http.comp_ctx.may_have_more in lws_send_pipe_choked()
/external/libwebsockets/lib/roles/http/server/
Dserver.c2277 wsi->http.comp_ctx.may_have_more in lws_http_transaction_completed()
2794 wsi->http.comp_ctx.may_have_more) { in lws_serve_http_file_fragment()
2799 wsi->http.comp_ctx.may_have_more); in lws_serve_http_file_fragment()
2984 !wsi->http.comp_ctx.may_have_more in lws_serve_http_file_fragment()