Home
last modified time | relevance | path

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

/third_party/libwebsockets/lib/core-net/
Dservice.c64 volatile struct lws *vwsi = (volatile struct lws *)wsi; in lws_handle_POLLOUT_event() local
70 vwsi->leave_pollout_active = 0; in lws_handle_POLLOUT_event()
71 vwsi->handling_pollout = 1; in lws_handle_POLLOUT_event()
165 int eff = vwsi->leave_pollout_active; in lws_handle_POLLOUT_event()
174 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
189 vwsi->leave_pollout_active = 0; in lws_handle_POLLOUT_event()
217 vwsi = (volatile struct lws *)wsi; in lws_handle_POLLOUT_event()
218 vwsi->leave_pollout_active = 0; in lws_handle_POLLOUT_event()
221 vwsi->handling_pollout = 0; in lws_handle_POLLOUT_event()
223 if (vwsi->leave_pollout_active) in lws_handle_POLLOUT_event()
[all …]