Home
last modified time | relevance | path

Searched refs:tx_draining_ext (Results 1 – 5 of 5) sorted by relevance

/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1009 wsi->ws->tx_draining_ext = 0; in rops_handle_POLLIN_ws()
1013 if (wsi->ws->tx_draining_ext) { in rops_handle_POLLIN_ws()
1263 wsi->a.protocol->name, wsi->ws->tx_draining_ext); in rops_handle_POLLOUT_ws()
1360 if (wsi->ws->tx_draining_ext) { in rops_handle_POLLOUT_ws()
1370 if (!wsi->ws->extension_data_pending && !wsi->ws->tx_draining_ext) { in rops_handle_POLLOUT_ws()
1551 if (wsi->ws->tx_draining_ext) { in rops_close_role_ws()
1554 wsi->ws->tx_draining_ext = 0; in rops_close_role_ws()
1596 if (wsi->ws->tx_draining_ext) { in rops_write_role_protocol_ws()
1601 wsi->ws->tx_draining_ext = 0; in rops_write_role_protocol_ws()
1691 wsi->ws->tx_draining_ext = 1; in rops_write_role_protocol_ws()
Dprivate-lib-roles-ws.h130 unsigned int tx_draining_ext:1; member
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c58 if (wsi->ws && wsi->ws->tx_draining_ext) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c408 wsi->ws->tx_draining_ext)) in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c179 wsi->ws->tx_draining_ext = 0; in rops_handle_POLLIN_h2()