Home
last modified time | relevance | path

Searched refs:lws_wsi_mux_action_pending_writeable_reqs (Results 1 – 4 of 4) sorted by relevance

/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c388 if (lws_wsi_mux_action_pending_writeable_reqs(wsi)) in rops_handle_POLLOUT_mqtt()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c1126 if (lws_wsi_mux_action_pending_writeable_reqs(wsi)) in rops_perform_user_POLLOUT_h2()
/external/libwebsockets/lib/core-net/
Dprivate-lib-core-net.h621 lws_wsi_mux_action_pending_writeable_reqs(struct lws *wsi);
Dwsi.c1231 lws_wsi_mux_action_pending_writeable_reqs(struct lws *wsi) in lws_wsi_mux_action_pending_writeable_reqs() function