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/
H A 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()
H A 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()
H A 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()
H A Dservice.c90 if (lws_has_buffered_out(wsi)) { in lws_handle_POLLOUT_event()
H A Dprivate-lib-core-net.h1122 lws_has_buffered_out(struct lws *wsi);
/third_party/libwebsockets/lib/roles/raw-proxy/
H A Dops-raw-proxy.c36 if (lws_has_buffered_out(wsi)) { in rops_handle_POLLIN_raw_proxy()
/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c67 if (lws_has_buffered_out(wsi_eff) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c50 if (lws_has_buffered_out(wsi) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/raw-skt/
H A Dops-raw-skt.c90 if (lws_has_buffered_out(wsi)) {
/third_party/libwebsockets/lib/roles/ws/ext/
H A 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/
H A 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/
H A Dops-h2.c185 if (wsi1 && lws_has_buffered_out(wsi1)) { in rops_handle_POLLIN_h2()
979 if (lws_has_buffered_out(w)) { in rops_perform_user_POLLOUT_h2()
H A Dhttp2.c2651 !(wsi->client_http_body_pending || lws_has_buffered_out(wsi)))
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c52 if (lws_has_buffered_out(wsi_eff) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c72 if (lws_has_buffered_out(wsi_eff) in lws_send_pipe_choked()
/third_party/libwebsockets/lib/roles/h1/
H A Dops-h1.c518 if (lws_has_buffered_out(wsi)) { in lws_h1_server_socket_service()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c2526 if (lws_has_buffered_out(wsi) in lws_http_transaction_completed()
3049 if (lws_has_buffered_out(wsi)) { in lws_serve_http_file_fragment()
3264 if ((!lws_has_buffered_out(wsi) in lws_serve_http_file_fragment()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1046 if (wsi1 && lws_has_buffered_out(wsi1)) in rops_handle_POLLIN_ws()

Completed in 27 milliseconds