Home
last modified time | relevance | path

Searched refs:lws_has_buffered_out (Results 1 – 18 of 18) sorted by relevance

/third_party/libwebsockets/lib/core-net/
Doutput.c49 !lws_has_buffered_out(wsi) in lws_issue_raw()
56 if (buf && lws_has_buffered_out(wsi)) { in lws_issue_raw()
135 if (lws_has_buffered_out(wsi)) { in lws_issue_raw()
142 if (!lws_has_buffered_out(wsi)) { in lws_issue_raw()
324 if (lws_has_buffered_out(wsi)) in lws_ssl_capable_write_no_ssl()
Dwsi.c626 lws_has_buffered_out(struct lws *wsi) in lws_has_buffered_out() function
646 return lws_has_buffered_out(wsi); in lws_partial_buffered()
1193 if (lws_has_buffered_out(wsi)) { in lws_raw_transaction_completed()
Dclose.c497 if (lws_has_buffered_out(wsi) in __lws_close_free_wsi()
509 if (lws_has_buffered_out(wsi) in __lws_close_free_wsi()
Dservice.c90 if (lws_has_buffered_out(wsi)) { in lws_handle_POLLOUT_event()
Dprivate-lib-core-net.h1122 lws_has_buffered_out(struct lws *wsi);
/third_party/libwebsockets/lib/roles/raw-proxy/
Dops-raw-proxy.c36 if (lws_has_buffered_out(wsi)) { in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/plat/optee/
Dnetwork.c67 if (lws_has_buffered_out(wsi_eff) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/raw-skt/
Dops-raw-skt.c39 if (lws_has_buffered_out(wsi)) { in rops_handle_POLLIN_raw_skt()
/third_party/libwebsockets/lib/plat/freertos/
Dfreertos-sockets.c50 if (lws_has_buffered_out(wsi) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/ws/ext/
Dextension.c313 if (!lws_send_pipe_choked(wsi) && !lws_has_buffered_out(wsi)) in lws_issue_raw_ext_access()
/third_party/libwebsockets/lib/roles/http/client/
Dclient-http.c295 if (wsi->client_http_body_pending || lws_has_buffered_out(wsi)) { in lws_http_client_socket_service()
341 if (wsi->client_http_body_pending || lws_has_buffered_out(wsi)) { in lws_http_client_socket_service()
1286 if (wsi->client_http_body_pending || lws_has_buffered_out(wsi)) in lws_generate_client_handshake()
/third_party/libwebsockets/lib/roles/h2/
Dops-h2.c185 if (wsi1 && lws_has_buffered_out(wsi1)) { in rops_handle_POLLIN_h2()
972 if (lws_has_buffered_out(w)) { in rops_perform_user_POLLOUT_h2()
Dhttp2.c2645 !(wsi->client_http_body_pending || lws_has_buffered_out(wsi))) in lws_h2_client_handshake()
/third_party/libwebsockets/lib/plat/windows/
Dwindows-sockets.c52 if (lws_has_buffered_out(wsi_eff) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/unix/
Dunix-sockets.c72 if (lws_has_buffered_out(wsi_eff) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h1/
Dops-h1.c516 if (lws_has_buffered_out(wsi)) { in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/http/server/
Dserver.c2515 if (lws_has_buffered_out(wsi) in lws_http_transaction_completed()
3038 if (lws_has_buffered_out(wsi)) { in lws_serve_http_file_fragment()
3253 if ((!lws_has_buffered_out(wsi) in lws_serve_http_file_fragment()
/third_party/libwebsockets/lib/roles/ws/
Dops-ws.c1046 if (wsi1 && lws_has_buffered_out(wsi1)) in rops_handle_POLLIN_ws()