Home
last modified time | relevance | path

Searched refs:could_have_pending (Results 1 – 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c64 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c192 wsi->could_have_pending = 0; in rops_handle_POLLIN_raw_skt()
/third_party/libwebsockets/lib/core-net/
Dservice.c77 wsi->could_have_pending = 0; /* clear back-to-back write detection */ in lws_handle_POLLOUT_event()
755 wsi->could_have_pending = 0; /* clear back-to-back write detection */ in lws_service_fd_tsi()
Doutput.c110 wsi->could_have_pending = 1; in lws_issue_raw()
Dclose.c188 wsi->close_when_buffered_out_drained = wsi->could_have_pending = 0; in __lws_reset_wsi()
Dprivate-lib-core-net.h802 unsigned int could_have_pending:1; /* detect back-to-back writes */ member
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c47 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c1020 w->could_have_pending = 0; in rops_perform_user_POLLOUT_h2()
1021 wsi->could_have_pending = 0; in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c49 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c69 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c499 wsi->could_have_pending = 0; in lws_h1_server_socket_service()