Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c474 if (wsi->h2.send_END_STREAM || in rops_write_role_protocol_h2()
477 wsi->h2.send_END_STREAM = 1; in rops_write_role_protocol_h2()
485 if (wsi->h2.send_END_STREAM || in rops_write_role_protocol_h2()
488 wsi->h2.send_END_STREAM = 1; in rops_write_role_protocol_h2()
509 wsi->h2.send_END_STREAM = 1; in rops_write_role_protocol_h2()
1024 w->h2.send_END_STREAM = 1; in rops_perform_user_POLLOUT_h2()
1099 (n || w->h2.send_END_STREAM)) { in rops_perform_user_POLLOUT_h2()
1137 if (n < 0 || w->h2.send_END_STREAM) { in rops_perform_user_POLLOUT_h2()
1225 if (w->h2.send_END_STREAM && w->h2.long_poll) { in rops_perform_user_POLLOUT_h2()
1242 w->h2.send_END_STREAM); in rops_perform_user_POLLOUT_h2()
[all …]
Dprivate-lib-roles-h2.h316 uint8_t send_END_STREAM:1; member
Dhpack.c1469 wsi->h2.send_END_STREAM = 0; // !!(code >= 400); in lws_add_http2_header_status()
Dhttp2.c2890 wsi->h2.send_END_STREAM = 1; in lws_h2_client_stream_long_poll_rxonly()