Home
last modified time | relevance | path

Searched refs:lws_send_pipe_choked (Results 1 - 11 of 11) sorted by relevance

/third_party/libwebsockets/lib/plat/optee/
H A Dnetwork.c53 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() function
/third_party/libwebsockets/lib/plat/freertos/
H A Dfreertos-sockets.c36 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() function
/third_party/libwebsockets/plugins/
H A Dprotocol_lws_mirror.c396 } while (!lws_send_pipe_choked(wsi)); in callback_lws_mirror()
/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/secure-streams/
H A Dsecure-streams-process.c726 if (!lws_send_pipe_choked(wsi)) { in callback_ss_proxy()
/third_party/libwebsockets/lib/roles/mqtt/
H A Dops-mqtt.c420 } while (wsi2 && *wsi2 && !lws_send_pipe_choked(wsi)); in rops_handle_POLLOUT_mqtt()
/third_party/libwebsockets/lib/plat/windows/
H A Dwindows-sockets.c40 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() function
/third_party/libwebsockets/lib/plat/unix/
H A Dunix-sockets.c52 lws_send_pipe_choked(struct lws *wsi) in lws_send_pipe_choked() function
/third_party/libwebsockets/lib/roles/h2/
H A Dops-h2.c1259 } while (wsi2 && *wsi2 && !lws_send_pipe_choked(wsi)); in rops_perform_user_POLLOUT_h2()
/third_party/libwebsockets/lib/roles/ws/
H A Dops-ws.c1444 if (!lws_send_pipe_choked(wsi)) in rops_handle_POLLOUT_ws()
/third_party/libwebsockets/lib/roles/http/server/
H A Dserver.c3313 } while (!lws_send_pipe_choked(wsi)); in lws_serve_http_file_fragment()

Completed in 13 milliseconds