Home
last modified time | relevance | path

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

/external/libwebsockets/lib/core-net/
Doutput.c46 if (0 && buf && wsi->could_have_pending) { in lws_issue_raw()
117 wsi->could_have_pending = 1; in lws_issue_raw()
Dservice.c78 wsi->could_have_pending = 0; /* clear back-to-back write detection */ in lws_handle_POLLOUT_event()
692 wsi->could_have_pending = 0; /* clear back-to-back write detection */ in lws_service_fd_tsi()
Dprivate-lib-core-net.h803 unsigned int could_have_pending:1; /* detect back-to-back writes */ member
/external/libwebsockets/lib/plat/optee/
Dnetwork.c57 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/external/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c39 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/external/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c202 wsi->could_have_pending = 0; in rops_handle_POLLIN_raw_skt()
/external/libwebsockets/lib/plat/windows/
Dwindows-sockets.c41 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/external/libwebsockets/lib/plat/unix/
Dunix-sockets.c57 wsi_eff->could_have_pending = 0; in lws_send_pipe_choked()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c915 w->could_have_pending = 0; in rops_perform_user_POLLOUT_h2()
916 wsi->could_have_pending = 0; in rops_perform_user_POLLOUT_h2()
/external/libwebsockets/lib/roles/h1/
Dops-h1.c471 wsi->could_have_pending = 0; in lws_h1_server_socket_service()