Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/ws/
Dops-ws.c1010 wsi->ws->tx_draining_ext = 0; in rops_handle_POLLIN_ws()
1014 if (wsi->ws->tx_draining_ext) { in rops_handle_POLLIN_ws()
1249 wsi->protocol->name, wsi->ws->tx_draining_ext); in rops_handle_POLLOUT_ws()
1345 if (wsi->ws->tx_draining_ext) { in rops_handle_POLLOUT_ws()
1355 if (!wsi->ws->extension_data_pending && !wsi->ws->tx_draining_ext) { in rops_handle_POLLOUT_ws()
1535 if (wsi->ws->tx_draining_ext) { in rops_close_role_ws()
1538 wsi->ws->tx_draining_ext = 0; in rops_close_role_ws()
1580 if (wsi->ws->tx_draining_ext) { in rops_write_role_protocol_ws()
1585 wsi->ws->tx_draining_ext = 0; in rops_write_role_protocol_ws()
1675 wsi->ws->tx_draining_ext = 1; in rops_write_role_protocol_ws()
Dprivate-lib-roles-ws.h127 unsigned int tx_draining_ext:1; member
/external/libwebsockets/lib/plat/unix/
Dunix-sockets.c46 if (wsi->ws && wsi->ws->tx_draining_ext) in lws_send_pipe_choked()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c378 wsi->ws->tx_draining_ext)) in lws_h1_server_socket_service()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c166 wsi->ws->tx_draining_ext = 0; in rops_handle_POLLIN_h2()