Home
last modified time | relevance | path

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

/external/libwebsockets/lib/roles/mqtt/
Dops-mqtt.c309 wsi->mux.requested_POLLOUT = 0; in rops_handle_POLLOUT_mqtt()
323 if (!(*wsi2)->mux.requested_POLLOUT) in rops_handle_POLLOUT_mqtt()
369 w->mux.requested_POLLOUT = 1; in rops_handle_POLLOUT_mqtt()
477 if (wsi->mux.requested_POLLOUT in rops_callback_on_writable_mqtt()
/external/libwebsockets/lib/roles/h2/
Dops-h2.c722 if (wsi->mux.requested_POLLOUT in rops_callback_on_writable_h2()
829 wsi->mux.requested_POLLOUT = 0; in rops_perform_user_POLLOUT_h2()
845 if (!(*wsi2)->mux.requested_POLLOUT) in rops_perform_user_POLLOUT_h2()
1020 (w)->mux.requested_POLLOUT = 1; in rops_perform_user_POLLOUT_h2()
1080 (w)->mux.requested_POLLOUT = 1; in rops_perform_user_POLLOUT_h2()
/external/libwebsockets/lib/core-net/
Dwsi.c1164 wsi->mux.requested_POLLOUT ? '*' : ' ', in lws_wsi_mux_dump_waiting_children()
1184 wsi2->mux.requested_POLLOUT = 1; in lws_wsi_mux_mark_parents_needing_writeable()
1225 w->mux.requested_POLLOUT = 0; in lws_wsi_mux_move_child_to_tail()
1236 if (w->mux.requested_POLLOUT) { in lws_wsi_mux_action_pending_writeable_reqs()
Dprivate-lib-core-net.h46 uint8_t requested_POLLOUT; member