Home
last modified time | relevance | path

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

/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/mqtt/
H A Dops-mqtt.c308 wsi->mux.requested_POLLOUT = 0; in rops_handle_POLLOUT_mqtt()
325 if (!(*wsi2)->mux.requested_POLLOUT) in rops_handle_POLLOUT_mqtt()
371 w->mux.requested_POLLOUT = 1; in rops_handle_POLLOUT_mqtt()
479 if (wsi->mux.requested_POLLOUT in rops_callback_on_writable_mqtt()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/roles/h2/
H A Dops-h2.c735 if (wsi->mux.requested_POLLOUT in rops_callback_on_writable_h2()
909 wsi->mux.requested_POLLOUT = 0; in rops_perform_user_POLLOUT_h2()
925 if (!(*wsi2)->mux.requested_POLLOUT) in rops_perform_user_POLLOUT_h2()
1126 (w)->mux.requested_POLLOUT = 1; in rops_perform_user_POLLOUT_h2()
1186 (w)->mux.requested_POLLOUT = 1; in rops_perform_user_POLLOUT_h2()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/core-net/
H A Dwsi.c1363 wsi->mux.requested_POLLOUT ? '*' : ' ', in lws_wsi_mux_dump_waiting_children()
1383 wsi2->mux.requested_POLLOUT = 1; in lws_wsi_mux_mark_parents_needing_writeable()
1425 w->mux.requested_POLLOUT = 0; in lws_wsi_mux_move_child_to_tail()
1436 if (w->mux.requested_POLLOUT) { in lws_wsi_mux_action_pending_writeable_reqs()
H A Dprivate-lib-core-net.h46 uint8_t requested_POLLOUT; member